Module fishrock_lambda_http::request[][src]

Expand description

ALB and API Gateway request adaptations

Typically these are exposed via the request_context request extension method provided by lambda_http::RequestExt

Structs

AlbRequestContext

Elastic load balancer context information

ApiGatewayRequestContext

See context-variable-reference for more detail.

ApiGatewayV2RequestContext

See context-variable-reference for more detail.

Elb

Elastic load balancer context information

Http

Http information captured API Gateway v2 request context

Identity

Identity assoicated with API Gateway request

Enums

RequestContext

Event request context as an enumeration of request contexts for both ALB and API Gateway and HTTP API events

Functions

from_reader

Deserializes a Request from a Read impl providing JSON events.

from_str

Deserializes a Request from a string of JSON text.