Route.head constructor

const Route.head(
  1. String route
)

Route HEAD requests matching route to annotated method.

Implementation

const Route.head(this.route) : verb = 'HEAD';