Function axum::service::head[][src]

pub fn head<S, B>(svc: S) -> OnMethod<S, EmptyRouter<S::Error>, B> where
    S: Service<Request<B>> + Clone
Expand description

Route HEAD requests to the given service.

See get for an example.