Module aws_smithy_http::retry
source · Expand description
HTTP specific retry behaviors
For protocol agnostic retries, see aws_smithy_types::Retry
.
Structs
- The default implementation of
ClassifyRetry
for generated clients.
Traits
- Classifies what kind of retry is needed for a given
response
.