Encapsulates a response.  
More...
#include <Response.h>
Inherits atscppapi::noncopyable.
Detailed Description
Encapsulates a response. 
Definition at line 39 of file Response.h.
Constructor & Destructor Documentation
      
        
          | atscppapi::Response::Response | ( |  | ) |  | 
      
 
 
      
        
          | atscppapi::Response::~Response | ( |  | ) |  | 
      
 
 
Member Function Documentation
      
        
          | Headers& atscppapi::Response::getHeaders | ( |  | ) | const | 
      
 
 
      
        
          | std::string atscppapi::Response::getReasonPhrase | ( |  | ) | const | 
      
 
- Returns:
- Reason phrase of the response 
 
 
      
        
          | HttpStatus atscppapi::Response::getStatusCode | ( |  | ) | const | 
      
 
- Returns:
- Status code of the response 
 
 
- Returns:
- HTTP version of the response 
 
 
      
        
          | void atscppapi::Response::setReasonPhrase | ( | const std::string & |  | ) |  | 
      
 
 
      
        
          | void atscppapi::Response::setStatusCode | ( | HttpStatus |  | ) |  | 
      
 
 
Friends And Related Function Documentation
      
        
          | friend class utils::internal  [friend] | 
      
 
 
The documentation for this class was generated from the following file: