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?: anyProperty Value
any
method
Optional. The request method.
method?: anyProperty Value
any