Closed CathalMullan closed 3 months ago
More fluent way to set up routes.
Something like
let route = RouteBuilder::new("/hello/{name}) .constraint(...) .method(Method::GET) ... .build();
More fluent way to set up routes.
Something like