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