[][src]Attribute Macro ntex_macros::web_put

#[web_put]

Creates route handler with PUT method guard.

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

Attributes are the same as in get