1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Unify route macros (#1705)

This commit is contained in:
Arniu Tseng
2020-09-23 05:42:51 +08:00
committed by GitHub
parent f7bcad9567
commit 162121bf8d
6 changed files with 182 additions and 222 deletions

View File

@ -21,3 +21,9 @@ error: Multiple paths specified! Should be only one!
|
20 | #[delete("/four", "/five")]
| ^^^^^^^
error: HTTP method forbidden here. To handle multiple methods, use `route` instead
--> $DIR/simple-fail.rs:25:19
|
25 | #[delete("/five", method="GET")]
| ^^^^^^^^^^^^