You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This is a legacy crate that provides support for `http@0.x` and `hyper@0.x`.**
2
4
3
5
Server libraries for smithy-rs generated servers.
4
6
7
+
## Usage
8
+
9
+
This crate is used when generating server SDKs without the `http-1x` codegen flag. For new projects, prefer using `aws-smithy-http-server` which supports `http@1.x` and `hyper@1.x`.
10
+
5
11
<!-- anchor_start:footer -->
6
12
This crate is part of the [AWS SDK for Rust](https://awslabs.github.io/aws-sdk-rust/) and the [smithy-rs](https://github.com/smithy-lang/smithy-rs) code generator. In most cases, it should not be used directly.
**This is a legacy crate that provides support for `http@0.x` and `hyper@0.x`.**
2
4
3
5
Core HTTP primitives for service clients generated by [smithy-rs](https://github.com/smithy-lang/smithy-rs) including:
4
6
- HTTP Body implementation
@@ -7,6 +9,10 @@ Core HTTP primitives for service clients generated by [smithy-rs](https://github
7
9
- Event streams
8
10
-`ByteStream`: _(supported on crate feature `rt-tokio` only)_ a misuse-resistant abstraction for streaming binary data
9
11
12
+
## Usage
13
+
14
+
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`.
15
+
10
16
<!-- anchor_start:footer -->
11
17
This crate is part of the [AWS SDK for Rust](https://awslabs.github.io/aws-sdk-rust/) and the [smithy-rs](https://github.com/smithy-lang/smithy-rs) code generator. In most cases, it should not be used directly.
0 commit comments