#include <request.h>
◆ ConnectionInterface
◆ Headers
◆ IOBuffer
◆ MethodType
◆ StatusType
◆ Uri
◆ Request() [1/3]
◆ Request() [2/3]
  
  
      
        
          | http::client::Request::Request  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ Request() [3/3]
      
        
          | http::client::Request::Request  | 
          ( | 
          Request &&  | 
          other | ) | 
           | 
        
      
 
 
◆ ~Request()
  
  
      
        
          | http::client::Request::~Request  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtualdefault   | 
  
 
 
◆ error_msg()
  
  
      
        
          | std::string http::client::Request::error_msg  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ get_connection()
◆ get_input_body()
  
  
      
        
          | const std::string & http::client::Request::get_input_body  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ get_input_buffer()
  
  
      
        
          | IOBuffer & http::client::Request::get_input_buffer  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ get_input_headers()
  
  
      
        
          | const Headers & http::client::Request::get_input_headers  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ get_method()
  
  
      
        
          | MethodType http::client::Request::get_method  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ get_output_buffer()
  
  
      
        
          | IOBuffer & http::client::Request::get_output_buffer  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ get_output_headers()
  
  
      
        
          | Headers & http::client::Request::get_output_headers  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ get_response_code()
  
  
      
        
          | StatusType http::client::Request::get_response_code  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ get_response_code_line()
      
        
          | std::string http::client::Request::get_response_code_line  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ get_uri()
  
  
      
        
          | const Uri & http::client::Request::get_uri  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ operator bool()
  
  
      
        
          | http::client::Request::operator bool  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_method()
  
  
      
        
          | void http::client::Request::set_method  | 
          ( | 
          MethodType  | 
          method | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ set_uri() [1/2]
  
  
      
        
          | void http::client::Request::set_uri  | 
          ( | 
          const Uri &  | 
          uri | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ set_uri() [2/2]
  
  
      
        
          | void http::client::Request::set_uri  | 
          ( | 
          Uri &&  | 
          uri | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
◆ Client
◆ holder_
  
  
      
        
          | std::unique_ptr<Holder> http::client::Request::holder_ | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: