Function poem::route::head [−][src]
pub fn head(ep: impl Endpoint) -> RouteMethod
Expand description
Set a handler to the HEAD
and returns RouteMethod
.
pub fn head(ep: impl Endpoint) -> RouteMethod
Set a handler to the HEAD
and returns RouteMethod
.