70 releases

new 0.63.6 Mar 2, 2026
0.63.2 Jan 31, 2026
0.62.6 Dec 8, 2025
0.62.5 Oct 30, 2025
0.30.0-alpha Nov 24, 2021

#22 in #event-stream

Download history 979624/week @ 2025-11-10 1179147/week @ 2025-11-17 1000192/week @ 2025-11-24 1169925/week @ 2025-12-01 1395998/week @ 2025-12-08 1338235/week @ 2025-12-15 655503/week @ 2025-12-22 618824/week @ 2025-12-29 1366908/week @ 2026-01-05 1617963/week @ 2026-01-12 1631445/week @ 2026-01-19 1723724/week @ 2026-01-26 1847065/week @ 2026-02-02 1898297/week @ 2026-02-09 1797024/week @ 2026-02-16 2027293/week @ 2026-02-23

7,661,891 downloads per month
Used in fewer than 493 crates

Apache-2.0

1MB
17K SLoC

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.

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.

Dependencies

~9–12MB
~143K SLoC