lambda_http 1.1.3

Application Load Balancer and API Gateway event types for AWS Lambda
Documentation
1
2
3
4
5
6
7
//! Extension methods for `Request` types

pub mod extensions;
pub mod request;

pub use extensions::RequestExt;
pub use request::{PayloadError, RequestPayloadExt};