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