aws-smithy-legacy-http-server 0.65.16

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
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */

//! This module hosts [`Layer`](tower::Layer)s that are generally meant to be applied _around_ the
//! [`Router`](crate::routing::Router), so they are enacted before a request is routed.

pub mod alb_health_check;