property Http2Session.remoteSettings
Usage
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.
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.