actix / actix/actix-web

Add macro for route handler accepting all HTTP methods

Open
#3,263 14 comments 0 reactions 1 assignee Claimed by @sabinonweb View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.