57 releases (32 breaking)
0.62.0 | Mar 10, 2025 |
---|---|
0.61.0 |
|
0.60.12 | Jan 14, 2025 |
0.60.11 | Sep 9, 2024 |
0.30.0-alpha | Nov 24, 2021 |
#1735 in Parser implementations
2,598,908 downloads per month
Used in 1,038 crates
(471 directly)
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 featurert-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