Function viz::post

source · []
pub fn post<H, O>(handler: H) -> Route where
    H: Handler<Request<Body>, Output = Result<O, Error>> + Clone,
    O: 'static + IntoResponse + Send + Sync
Expand description

Appends a route, handle HTTP verb POST.