module
   LavinMQ::HTTP::Router
  
  Included Modules
- HTTP::Handler
 
Direct including types
Defined in:
lavinmq/http/router.crInstance Method Summary
- #call(context)
 - #delete(path : String, &block : Action)
 - #find_route(method, path)
 - #get(path : String, &block : Action)
 - #head(path : String, &block : Action)
 - #options(path : String, &block : Action)
 - #patch(path : String, &block : Action)
 - #post(path : String, &block : Action)
 - #put(path : String, &block : Action)