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