Skip to main content

post

Function post 

Source
pub fn post<H, T>(handler: H) -> MethodRouter
where H: Handler<T>, T: Send + Sync + 'static,