Request interface
Represents a Node.js HTTP Request, including the minimal set of use properties. Compatible with Restify, Express, and Node.js core http.
Properties
body | |
headers | |
method |
Property Details
body
body?: Body
Property Value
Body
headers
headers: Headers
Property Value
Headers
method
method?: string
Property Value
string