57 releases (32 breaking)

0.62.0 Mar 10, 2025
0.61.0 Dec 8, 2023
0.60.12 Jan 14, 2025
0.60.11 Sep 9, 2024
0.30.0-alpha Nov 24, 2021

#1735 in Parser implementations

Download history 327902/week @ 2024-12-05 331903/week @ 2024-12-12 200845/week @ 2024-12-19 126599/week @ 2024-12-26 263859/week @ 2025-01-02 360819/week @ 2025-01-09 324883/week @ 2025-01-16 348642/week @ 2025-01-23 383424/week @ 2025-01-30 463050/week @ 2025-02-06 470925/week @ 2025-02-13 531814/week @ 2025-02-20 561967/week @ 2025-02-27 693674/week @ 2025-03-06 685617/week @ 2025-03-13 557560/week @ 2025-03-20

2,598,908 downloads per month
Used in 1,038 crates (471 directly)

Apache-2.0

790KB
16K SLoC

aws-smithy-http

Core HTTP primitives for service clients generated by smithy-rs including:

  • HTTP Body implementation
  • Endpoint support
  • HTTP header deserialization
  • Event streams
  • ByteStream: (supported on crate feature rt-tokio only) a misuse-resistant abstraction for streaming binary data

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:

Core HTTP primitives for service clients generated by smithy-rs including:

  • HTTP Body implementation
  • Endpoint support
  • HTTP header deserialization
  • Event streams
Feature Description
rt-tokio Provides features that are dependent on tokio including the ByteStream::from_path util
event-stream Provides Sender/Receiver implementations for Event Stream codegen.

Dependencies

~5–11MB
~109K SLoC