mirror of https://github.com/smithy-lang/smithy-rs
618 B
618 B
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.