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.
Properties
headers | Optional. The request headers. |
method | Optional. The request method. |
Property Details
headers
Optional. The request headers.
headers?: any
Property Value
any
method
Optional. The request method.
method?: any
Property Value
any