smithy-rs/rust-runtime/aws-smithy-http
Zelda Hessler 21c6cc7e10
Make `http` v0 usage more evident (#3711)
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._
2024-06-25 14:09:00 +00:00
..
fuzz Fix `SPDX-License-Identifier` in header comments (#1377) 2022-05-09 09:50:46 -05:00
proptest-regressions Fix label & query URI encoding (#953) 2021-12-09 11:57:05 -05:00
src Make `http` v0 usage more evident (#3711) 2024-06-25 14:09:00 +00:00
Cargo.toml Make `http` v0 usage more evident (#3711) 2024-06-25 14:09:00 +00:00
LICENSE Prefix Smithy runtime crates with `aws-` (#788) 2021-10-20 10:21:15 -07:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
additional-ci Remove excess cargo test passes from additional-ci (#1595) 2022-07-28 20:40:49 +00:00
external-types.toml Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00

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 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.