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