Function poem::post

source ·
pub fn post<E>(ep: E) -> RouteMethod
where E: IntoEndpoint, E::Endpoint: 'static,
Expand description

A helper function, similar to RouteMethod::new().post(ep).