58 releases (32 breaking)

new 0.62.1 Apr 23, 2025
0.62.0 Mar 10, 2025
0.61.1 Mar 4, 2025
0.61.0 Dec 8, 2023
0.30.0-alpha Nov 24, 2021

#2856 in Web programming

Download history 318513/week @ 2025-01-05 355516/week @ 2025-01-12 324790/week @ 2025-01-19 360501/week @ 2025-01-26 412748/week @ 2025-02-02 506150/week @ 2025-02-09 467386/week @ 2025-02-16 543532/week @ 2025-02-23 614671/week @ 2025-03-02 707334/week @ 2025-03-09 663318/week @ 2025-03-16 624639/week @ 2025-03-23 640034/week @ 2025-03-30 671594/week @ 2025-04-06 596079/week @ 2025-04-13 604277/week @ 2025-04-20

2,538,800 downloads per month
Used in fewer than 471 crates

Apache-2.0

1MB
16K 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

~5–11MB
~109K SLoC