Add macro for route handler accepting all HTTP methods
Abierto
A-web-codegen
C-feature
good-first-issue
- Lenguaje dominante
- Rust
- Estrellas
- 24.8k
- Forks
- 1.9k
- Merge medio
- 23 h 10 min
- PR fusionados (30 d)
- 26
Descripción
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))`)
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.