aws-smithy-legacy-http-server 0.65.13

Legacy server runtime for Smithy Rust Server Framework, providing compatibility for code generated with http 0.x and hyper 0.x dependencies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# aws-smithy-legacy-http-server

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

Server libraries for smithy-rs generated servers.

## Usage

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

<!-- anchor_start:footer -->
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.
<!-- anchor_end:footer -->