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

Usage in Deno

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

A prototype-less object describing the current local settings of this Http2Session. The local settings are local to thisHttp2Session instance.

Type