[][src]Attribute Macro actix_web::delete

#[delete]

Creates route handler with DELETE method guard.

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

Attributes are the same as in get