property Http2Session.state
Usage in Deno
import { type Http2Session } from "node:http2";
Provides miscellaneous information about the current state of theHttp2Session
.
An object describing the current status of this Http2Session
.
import { type Http2Session } from "node:http2";
Provides miscellaneous information about the current state of theHttp2Session
.
An object describing the current status of this Http2Session
.