Route.post constructor

const Route.post(
  1. String route
)

Route POST requests matching route to annotated method.

Implementation

const Route.post(this.route) : verb = 'POST';