Attribute Macro ntex_macros::web_delete[][src]

#[web_delete]

Creates route handler with DELETE method guard.

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

Attributes are the same as in get