Expand description
CloudWatch Logs HTTP service layer for Rustack.
This crate implements the awsJson1_1 protocol for CloudWatch Logs, providing:
- Router: Extracts the operation from
X-Amz-Targetheader - Handler trait: Defines the boundary between HTTP and business logic
- Service: Hyper
Serviceimplementation for the CloudWatch Logs protocol - Response helpers: JSON success/error response formatting
Re-exports§
pub use body::LogsResponseBody;pub use dispatch::LogsHandler;pub use dispatch::NotImplementedHandler;pub use service::LogsHttpConfig;pub use service::LogsHttpService;