Request interface
A request.
Properties
headers | A list of all the headers attached to the request. |
method | The HTTP method used for the request. |
uri | The destination for the request. |
Property Details
headers
A list of all the headers attached to the request.
headers?: any
Property Value
any
method
The HTTP method used for the request.
method?: string
Property Value
string
uri
The destination for the request.
uri?: string
Property Value
string