Request represents an HTTP request.
The URL part is separate from the Request information to allow re-use among different endpoints.
body of the request.
Valid only for write requests.
headers to include in the request.
method of the request.
options for the Request
params of the request.
Valid only for read requests.
path being requested.
Generated using TypeDoc
Request represents an HTTP request.
The URL part is separate from the Request information to allow re-use among different endpoints.