Route.delete constructor

const Route.delete(
  1. String route
)

Route DELETE requests matching route to annotated method.

Implementation

const Route.delete(this.route) : verb = 'DELETE';