Skip to content

Commit d25a40a

Browse files
author
Fahad Zubair
committed
Update readme.md for the legacy crates
1 parent bd849ef commit d25a40a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# aws-smithy-http-server
1+
# aws-smithy-legacy-http-server
2+
3+
**This is a legacy crate that provides support for `[email protected]` and `[email protected]`.**
24

35
Server libraries for smithy-rs generated servers.
46

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 `[email protected]` and `[email protected]`.
10+
511
<!-- anchor_start:footer -->
612
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.
713
<!-- anchor_end:footer -->
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# aws-smithy-http
1+
# aws-smithy-legacy-http
2+
3+
**This is a legacy crate that provides support for `[email protected]` and `[email protected]`.**
24

35
Core HTTP primitives for service clients generated by [smithy-rs](https://github.com/smithy-lang/smithy-rs) including:
46
- HTTP Body implementation
@@ -7,6 +9,10 @@ Core HTTP primitives for service clients generated by [smithy-rs](https://github
79
- Event streams
810
- `ByteStream`: _(supported on crate feature `rt-tokio` only)_ a misuse-resistant abstraction for streaming binary data
911

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 `[email protected]` and `[email protected]`.
15+
1016
<!-- anchor_start:footer -->
1117
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.
1218
<!-- anchor_end:footer -->

0 commit comments

Comments
 (0)