Registry / networking / aws-smithy-http

aws-smithy-http

JSON →
library0.63.6rscratesunverified

Smithy HTTP logic for smithy-rs, used internally by AWS SDK for Rust.

# Cargo.toml [dependencies] aws-smithy-http = "0.63.6"
INSTALL
IMPORT
SIG · AWS-SMITHY-HTTP
A
aws-smithy-http
networkingrustv0.63.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SdkBody
use aws_smithy_http::body::SdkBody;

Creating an SdkBody from a string.

use aws_smithy_http::body::SdkBody; let body = SdkBody::from("hello"); println!("Body content: {:?}", body.bytes());
Debug
Known issues
gotchaThis crate is primarily for internal use by the AWS SDK; direct usage may break with SDK updates.
fix
Use higher-level AWS SDK crates like `aws-sdk-s3` instead.
affects: *
Upgrade
Version history
0.63.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
OpenAI (training)
1
Resources
aws-smithy-http — cargo add aws-smithy-http · libregistry