Function axum::handler::head[][src]

pub fn head<H, B, T>(handler: H) -> OnMethod<IntoService<H, B, T>, EmptyRouter> where
    H: Handler<B, T>, 
Expand description

Route HEAD requests to the given handler.

See get for an example.