Route.put constructor

const Route.put(
  1. String route
)

Route PUT requests matching route to annotated method.

Implementation

const Route.put(this.route) : verb = 'PUT';