#include <goby/util/thirdparty/cpp-httplib/httplib.h>
Definition at line 389 of file httplib.h.
 
◆ DataSink() [1/3]
  
  
      
        
          | httplib::DataSink::DataSink  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ DataSink() [2/3]
  
  
      
        
          | httplib::DataSink::DataSink  | 
          ( | 
          const DataSink &  | 
           | ) | 
           | 
         
       
   | 
  
delete   | 
  
 
 
◆ DataSink() [3/3]
  
  
      
        
          | httplib::DataSink::DataSink  | 
          ( | 
          DataSink &&  | 
           | ) | 
           | 
         
       
   | 
  
delete   | 
  
 
 
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ done
      
        
          | std::function<void()> httplib::DataSink::done | 
        
      
 
 
◆ done_with_trailer
      
        
          | std::function<void(const Headers& trailer)> httplib::DataSink::done_with_trailer | 
        
      
 
 
◆ os
      
        
          | std::ostream httplib::DataSink::os | 
        
      
 
 
◆ write
      
        
          | std::function<bool(const char* data, size_t data_len)> httplib::DataSink::write | 
        
      
 
 
The documentation for this class was generated from the following file: