mirror of https://github.com/smithy-lang/smithy-rs
21c6cc7e10
Also fixes IntelliJ lints This PR is not intended to change any behavior. If you see me doing that somewhere, then it's a mistake. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ |
||
---|---|---|
.. | ||
fuzz | ||
proptest-regressions | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
additional-ci | ||
external-types.toml |
README.md
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.