post

Function post 

Source
pub fn post<S>(service: S) -> MethodRouter
where S: Service<Request> + 'static, S::Response: IntoResponse, S::Error: Into<BoxError>,