-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-codegenproject: actix-web-codegenproject: actix-web-codegenC-featureCategory: new functionalityCategory: new functionalitygood-first-issueeasy to pick up for newcomerseasy to pick up for newcomers
Description
As discussed in #3259, 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))
)
Metadata
Metadata
Assignees
Labels
A-codegenproject: actix-web-codegenproject: actix-web-codegenC-featureCategory: new functionalityCategory: new functionalitygood-first-issueeasy to pick up for newcomerseasy to pick up for newcomers