aws_smithy_http_server/layer/
mod.rs

1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6//! This module hosts [`Layer`](tower::Layer)s that are generally meant to be applied _around_ the
7//! [`Router`](crate::routing::Router), so they are enacted before a request is routed.
8
9pub mod alb_health_check;