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. )
Optional
Readonly
invokeOptional
Readonly
invokeThe 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
Raw headers, supported by both converting from lambda request and express request
Flag indicating if the connection to Edgio is secure (HTTPS) or not (HTTP).
The path and query string
The request body as a string
The request body as a string
The raw request body as a buffer
The raw request body as a buffer
Returns a clone of the original request, before any properties were altered.
Gets all headers as key/value pairs.
Static
fromGenerated using TypeDoc
Data holder for lambda request.
Useful for cases when request needs to be created for: