Docs
Reference
Guides
Blog
Discord
/
node:http2
/
Http2ServerRequest
/
constructor
Co
constructor
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:http2
/
Http2ServerRequest
/
constructor
Co
constructor
constructor
http2.Http2ServerRequest.constructor
Not implemented in Bun
constructor
Http2ServerRequest
(
stream
:
ServerHttp2Stream
,
headers
:
IncomingHttpHeaders
,
options
:
ReadableOptions
,
rawHeaders
:
readonly
string
[]
)
:
Http2ServerRequest
;