pub fn get<H, Args>(path: &str, handler: H) -> RouteBuilder<'_>Expand description
Create a new RouteBuilder for the given method and add a handler
pub fn get<H, Args>(path: &str, handler: H) -> RouteBuilder<'_>Create a new RouteBuilder for the given method and add a handler