/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
//! HTTP server runtime and utilities, loosely based on Axum.
pub
// Only the code-generated operation registry should instantiate routers.
// We therefore hide it in the documentation.
pub use ;
pub use Error;
pub use Router;
/// Alias for a type-erased error type.
pub type BoxError = ;