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