Route.options constructor
const
Route.options(
- String route
Route OPTIONS requests matching route to annotated method.
Implementation
const Route.options(this.route) : verb = 'OPTIONS';
Route OPTIONS requests matching route to annotated method.
const Route.options(this.route) : verb = 'OPTIONS';