aws-smithy-legacy-http

Crates.ioaws-smithy-legacy-http
lib.rsaws-smithy-legacy-http
version0.62.6
created_at2025-12-08 23:02:31.510531+00
updated_at2025-12-08 23:02:31.510531+00
descriptionSmithy HTTP-0x logic for smithy-rs.
homepage
repositoryhttps://github.com/smithy-lang/smithy-rs
max_upload_size
id1974505
size123,087
AWS SDK Rust Bot (aws-sdk-rust-ci)

documentation

README

aws-smithy-legacy-http

This is a legacy crate that provides support for http@0.x and hyper@0.x.

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

Usage

This crate is used when generating server SDKs without the http-1x codegen flag. For new projects, prefer using aws-smithy-http which supports http@1.x and hyper@1.x.

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.

Commit count: 3243

cargo fmt