The request body as a string
Gets the value of a header
Gets all headers as key/value pairs.
The request headers. Keys are header names, values are either a string, or when multiple values for the same header name are present, an array of strings.
The HTTP method
The path params returned by the matching route.
Just the path part of the URL
The params extracted from the request URL's query string
The raw request body as a buffer
Removes a header
Flag indicating if the connection to Edgio is secure (HTTPS) or not (HTTP).
Sets a header
The path and query string
Generated using TypeDoc
Represents an incoming request.