Module aws_smithy_http::middleware
source · Expand description
This modules defines the core, framework agnostic, HTTP middleware interface used by the SDK
smithy-middleware-tower provides Tower-specific middleware utilities (todo)
Traits
AsyncMapRequest
defines an asynchronous middleware that transforms anoperation::Request
.MapRequest
defines a synchronous middleware that transforms anoperation::Request
.
Functions
- Load a response using
handler
to parse the results.