pub fn post<H, T>(handler: H) -> MethodRouterwhere H: Handler<T>, T: 'static,
Create a POST route handler