| 
    10Duke Enterprise C++ Client
    
   | 
 
#include <HTTPResponse.h>
HTTP-response to be returned by a HTTP server.
Public Member Functions | |
| HTTPResponse (const std::shared_ptr< tenduke::osa::Socket > &socket) | |
| Constructs new instance.   | |
| void | write (const std::string &string) | 
| Writes following string as response.   | |
      
  | 
  inlineexplicit | 
Constructs new instance.
| socket | - | 
      
  | 
  inline | 
Writes following string as response.
| string | - |