class Yeager::App
- Yeager::App
- Reference
- Object
Defined in:
yeager/app.crConstructors
Instance Method Summary
- #delete(path : String, &cb : CallbackType)
- #get(path : String, &cb : CallbackType)
- #handler : Yeager::HTTPHandler
- #head(path : String, &cb : CallbackType)
- #listen(port = DEFAULT_PORT, host = DEFAULT_HOST)
- #listen(port = DEFAULT_PORT, host = DEFAULT_HOST, &cb : -> _)
- #patch(path : String, &cb : CallbackType)
- #post(path : String, &cb : CallbackType)
- #put(path : String, &cb : CallbackType)
- #routers : Hash(String, Yeager::Router)