Route.options constructor

const Route.options(
  1. String route
)

Route OPTIONS requests matching route to annotated method.

Implementation

const Route.options(this.route) : verb = 'OPTIONS';