55 releases (30 breaking)

0.61.0 Dec 8, 2023
0.60.12 Jan 14, 2025
0.60.11 Sep 9, 2024
0.60.9 Jul 3, 2024
0.30.0-alpha Nov 24, 2021

#2908 in Network programming

Download history 428426/week @ 2024-09-26 343017/week @ 2024-10-03 334608/week @ 2024-10-10 350282/week @ 2024-10-17 323142/week @ 2024-10-24 308463/week @ 2024-10-31 312429/week @ 2024-11-07 327099/week @ 2024-11-14 324699/week @ 2024-11-21 296675/week @ 2024-11-28 327902/week @ 2024-12-05 331903/week @ 2024-12-12 200845/week @ 2024-12-19 126599/week @ 2024-12-26 263872/week @ 2025-01-02 293638/week @ 2025-01-09

946,972 downloads per month
Used in 987 crates (469 directly)

Apache-2.0

780KB
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
~108K SLoC