Azu::Router::Builder
The Router::Builder class allows you to build routes more easily
routes :web, "/test" do
get "/hello/", ExampleApp::HelloWorld
get "/hello/:name", ExampleApp::HtmlEndpoint
get "/hello/json", ExampleApp::JsonEndpoint
end
Constructors
Macros
method_missing(call)
Source