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