1 stable release
new 1.0.0 | Mar 10, 2025 |
---|
#2375 in Network programming
12,569 downloads per month
Used in 463 crates
(19 directly)
1MB
20K
SLoC
aws-smithy-http-client
HTTP client abstractions for generated smithy clients.
This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.
lib.rs
:
HTTP client implementation for smithy-rs generated code.
Crate Features
default-client
: Enable default HTTP client implementation (based on hyper 1.x).rustls-ring
: Enable TLS provider based onrustls
usingring
as the crypto providerrustls-aws-lc
: Enable TLS provider based onrustls
usingaws-lc
as the crypto providerrustls-aws-lc-fips
: Same asrustls-aws-lc
feature but using a FIPS compliant version ofaws-lc
s2n-tls
: Enable TLS provider based ons2n-tls
usingaws-lc
as the crypto provider.hyper-014
: (Deprecated) HTTP client implementation based on hyper-0.14.x.test-util
: Enables utilities for unit tests. DO NOT ENABLE IN PRODUCTION.
Dependencies
~6–33MB
~684K SLoC