rama-http-backend 0.2.0

error types and utilities for rama
Documentation
1
2
3
4
5
6
7
//! [`rama::inspect::RequestInspector`] that ship with this crate,
//! that are especially useful for the http connector service in this crate.

#[cfg(any(feature = "rustls", feature = "boring"))]
mod tls_alpn;
#[cfg(any(feature = "rustls", feature = "boring"))]
pub use tls_alpn::HttpsAlpnModifier;