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