Skip to content

api.service.ControllerRoute

This service is used by Hitchy's core to describe a controller route at runtime. It is associating the template of a request path with a function invoked to handle incoming requests exactly matching that template.

It is inheriting from Route.