abstract class
   LavinMQ::HTTP::Controller
  
  
    
  
    Included Modules
  
  
  
    
  
    Direct Known Subclasses
  
  
  
    
  
    Defined in:
  
  
    
      
        lavinmq/http/controller.cr
      
    
    
  
  
  
    
  
    Constructors
  
  
  
  
  
  
    
  
    Instance Method Summary
  
  
  
    
      
  
  
  
    
      call(context)
    call, 
    
  
    
      delete(path : String, &block : Action)
    delete, 
    
  
    
      find_route(method, path)
    find_route, 
    
  
    
      get(path : String, &block : Action)
    get, 
    
  
    
      head(path : String, &block : Action)
    head, 
    
  
    
      options(path : String, &block : Action)
    options, 
    
  
    
      patch(path : String, &block : Action)
    patch, 
    
  
    
      post(path : String, &block : Action)
    post, 
    
  
    
      put(path : String, &block : Action)
    put
    
  
      
      
      
    
      
      
      
      
    
      
      
      
      
    
      
      
      
      
    
   
  
  
    
  
    Constructor Detail
  
  
    
  
  
  
  
  
    
  
    Instance Method Detail
  
  
    
      
        
        def 
vhosts(user : 
User)
        
#