[][src]Module lambda_http::request

ALB and API Gateway request types.

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

Structs

Elb

Elastic load balancer context information

Identity

Identity assoicated with API Gateway request

Enums

RequestContext

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

Functions

from_reader

Deserializes a Request from an IO stream of JSON.

from_str

Deserializes a Request from a string of JSON text.