INodeIncomingMessage interface
Represents a IncomingMessage from the http
module in Node.js.
This interface supports the framework and is not intended to be called directly for your code.
Property Details
headers
Optional. The request headers.
headers?: any
Property Value
any
method
Optional. The request method.
method?: any
Property Value
any