Add macro for route handler accepting all HTTP methods
Open
A-web-codegen
C-feature
good-first-issue
- Dominant language
- Rust
- Stars
- 24.8k
- Forks
- 1.9k
- Avg merge
- 23h 10m
- Merged PRs (30d)
- 26
Description
As discussed in , implement macros like `#[any("...")]` and `#[route("...", method = any)]` to create route handlers accepting all HTTP methods (which is currently only possible with something like `app.route("...", web::route().to(handler))`)
Contributor guide
Assessment
This issue has not been assessed yet.