Optional
bodyThe request body as a string
Gets the value of a header
The value of the header
The name of the header to return - case insensitive
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 version (e.g. )
The HTTP method
Optional
paramsThe path params returned by the matching route.
Just the path part of the URL
Port on which request came.
The protocol (e.g. http or hhtps)
The params extracted from the request URL's query string
Optional
rawThe raw request body as a buffer
Raw headers, supported by both converting from lambda request and express request
Removes a header
The header to remove
Flag indicating if the connection to Edgio is secure (HTTPS) or not (HTTP).
Sets a header
The name of the header to set
The value to set
The IP address of the client
The path and query string
Generated using TypeDoc
Represents an incoming request.