Skip to main content

delete

Attribute Macro delete 

Source
#[delete]
Expand description

Shortcut: registers an IRequest impl at DELETE /path.

#[delete("/users/{id}")]
impl IRequest<String> for DeleteUserRequest {}