Route.get constructor

const Route.get(
  1. String route
)

Route GET requests matching route to annotated method.

Implementation

const Route.get(this.route) : verb = 'GET';