createWebRequestFromNodeRequest
function
Converts a Node.js IncomingMessage
or Http2ServerRequest
into a
Web Standard Request
object.
createWebRequestFromNodeRequest
Request
Converts a Node.js IncomingMessage
or Http2ServerRequest
into a
Web Standard Request
object.
This function adapts the Node.js request objects to a format that can be used by web platform APIs.
@paramnodeRequest
any
- The Node.js request object (
IncomingMessage
orHttp2ServerRequest
) to convert.
@returns
Request
Description
Converts a Node.js IncomingMessage
or Http2ServerRequest
into a
Web Standard Request
object.
This function adapts the Node.js request objects to a format that can be used by web platform APIs.
Jump to details