Attribute Macro web_put

Source
#[web_put]
Expand description

Creates route handler with PUT method guard.

Syntax: #[put("path"[, attributes])]

Attributes are the same as in get