#include <http_server_component.h>
◆ HttpServerCtxtPtr
◆ ~HttpServerComponent()
  
  
      
        
          | virtual HttpServerComponent::~HttpServerComponent  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtualdefault   | 
  
 
 
◆ add_direct_match_route()
◆ add_regex_route()
  
  
      
        
          | virtual void * HttpServerComponent::add_regex_route  | 
          ( | 
          const std::string &  | 
          url_host,  | 
         
        
           | 
           | 
          const std::string &  | 
          url_regex,  | 
         
        
           | 
           | 
          std::unique_ptr< http::base::RequestHandler >  | 
          cb  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ get_instance()
◆ init()
◆ is_ssl_configured()
  
  
      
        
          | virtual bool HttpServerComponent::is_ssl_configured  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ remove_route()
  
  
      
        
          | virtual void HttpServerComponent::remove_route  | 
          ( | 
          const void *  | 
          handler | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ set_instance()
The documentation for this class was generated from the following files: