web_delete

Attribute Macro web_delete 

Source
#[web_delete]
Expand description

Creates route handler with DELETE method guard.

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

Attributes are the same as in get