Expand description
Types for representing the body of an HTTP request or response
Modules§
- http_
body_ 0_ 4_ x http-body-0-4-x
This module is named after thehttp-body
version number since we anticipate needing to provide equivalent functionality for 1.x of that crate in the future. The name has a suffix_x
to avoid name collision with a third-partyhttp-body-0-4
. - http_
body_ 1_ x http-body-1-x
Adapters to use http-body 1.0 bodies with SdkBody & ByteStream
Structs§
- SdkBody type
Type Aliases§
- A generic, boxed error that’s
Send
andSync