2 stable releases

1.0.1 Mar 27, 2025
1.0.0 Mar 10, 2025

#2327 in Network programming

Download history 1593/week @ 2025-03-04 75323/week @ 2025-03-11 147448/week @ 2025-03-18 157457/week @ 2025-03-25 187061/week @ 2025-04-01 208141/week @ 2025-04-08

718,991 downloads per month
Used in 469 crates (19 directly)

Apache-2.0

1MB
20K SLoC

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 on rustls using ring as the crypto provider
  • rustls-aws-lc: Enable TLS provider based on rustls using aws-lc as the crypto provider
  • rustls-aws-lc-fips: Same as rustls-aws-lc feature but using a FIPS compliant version of aws-lc
  • s2n-tls: Enable TLS provider based on s2n-tls using aws-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.

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.

Dependencies

~6–33MB
~678K SLoC