[][src]Attribute Macro actix_web_cute_codegen::put

#[put]

Creates route handler with PUT method guard.

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

Attributes are the same as in handler