struct Kemal::Route
- Kemal::Route
- Struct
- Value
- Object
Overview
Route is the main building block of Kemal.
It takes 3 parameters: http method, path and a handler to specify what action to be done if the route is matched.
Route is the main building block of Kemal.
It takes 3 parameters: http method, path and a handler to specify what action to be done if the route is matched.