annotation Athena::Routing::Annotations::Delete

Overview

Defines a DELETE endpoint.

Fields

Example

@[ARTA::Delete(path: "/users/:id")]
def delete_user(id : Int32) : Nil
end

Defined in:

annotations.cr