Module aws_runtime::request_info
source · Expand description
Supporting code for request metadata headers in the AWS SDK.
Structs
- Generates and attaches a request header that communicates request-related metadata. Examples include:
- A builder for creating a
RequestPairs
header value.RequestPairs
is used to generate a retry information header that is sent with every request. The information conveyed by this header allows services to anticipate whether a client will time out or retry a request.