pub(crate) async fn http_metrics_layer(
req: Request,
next: Next,
) -> impl IntoResponseExpand description
A middleware to record metrics for HTTP.
pub(crate) async fn http_metrics_layer(
req: Request,
next: Next,
) -> impl IntoResponseA middleware to record metrics for HTTP.