Expand description
ALB and API Gateway request adaptations
Typically these are exposed via the request_context() or request_context_ref()
request extension methods provided by the RequestExt trait.
Enums§
- Request
Context - Event request context as an enumeration of request contexts for both ALB and API Gateway and HTTP API events
Functions§
- from_
reader - Deserializes a
Requestfrom aReadimpl providing JSON events. - from_
str - Deserializes a
Requestfrom a string of JSON text.
Type Aliases§
- Request
Future - RequestFuture type