Module lambda_http::request
source · [−]Expand description
ALB and API Gateway request adaptations
Typically these are exposed via the request_context
request extension method provided by lambda_http::RequestExt
Enums
Event request context as an enumeration of request contexts for both ALB and API Gateway and HTTP API events
Functions
Deserializes a Request from a Read impl providing JSON events.
Deserializes a Request from a string of JSON text.