Attribute Macro ntex::web::delete[][src]

#[delete]
Expand description

Creates route handler with DELETE method guard.

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

Attributes are the same as in get