#[delete]
#[delete("/path", [name = "Foo"])] — shorthand for #[route(DELETE, ...)].
#[delete("/path", [name = "Foo"])]
#[route(DELETE, ...)]