Skip to main content
Http2Session.remoteSettings - http2 - Node documentation
property Http2Session.remoteSettings

Usage in Deno

import { type Http2Session } from "node:http2";

A prototype-less object describing the current remote settings of thisHttp2Session. The remote settings are set by the connected HTTP/2 peer.

Type