54 releases (30 breaking)

0.61.0 Dec 8, 2023
0.60.11 Sep 9, 2024
0.60.10 Aug 28, 2024
0.60.9 Jul 3, 2024
0.30.0-alpha Nov 24, 2021

#2909 in Network programming

Download history 410772/week @ 2024-09-13 472222/week @ 2024-09-20 398776/week @ 2024-09-27 344419/week @ 2024-10-04 337952/week @ 2024-10-11 342906/week @ 2024-10-18 320171/week @ 2024-10-25 309967/week @ 2024-11-01 311677/week @ 2024-11-08 331020/week @ 2024-11-15 303775/week @ 2024-11-22 317176/week @ 2024-11-29 328517/week @ 2024-12-06 325997/week @ 2024-12-13 164755/week @ 2024-12-20 142645/week @ 2024-12-27

1,025,490 downloads per month
Used in 985 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