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.