class Prax::Views
- Prax::Views
- Reference
- Object
Defined in:
prax/views.crConstructors
Instance Method Summary
- #application_not_found(name : Nil | String, host : Nil | String)
- #error_starting_application(app)
- #layout(title : Nil | String, &)
- #not_found(path : Nil | String, host : Nil | String)
- #proxy_error(host : Nil | String, port : Int32 | Nil, exception : Exception | Nil)
- #welcome
Macro Summary
Constructor Detail
Instance Method Detail
def proxy_error(host : Nil | String, port : Int32 | Nil, exception : Exception | Nil)
#