Module aws_smithy_http::property_bag
source · Expand description
A typemap used to store configuration for smithy operations.
This code is functionally equivalent to Extensions
in the http
crate. Examples
have been updated to be more relevant for smithy use, the interface has been made public,
and the doc comments have been updated to reflect how the property bag is used in the SDK.
Additionally, optimizations around the HTTP use case have been removed in favor or simpler code.
Structs
- A type-map of configuration data.
- A wrapper of
PropertyBag
that can be safely shared across threads and cheaply cloned.