GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::StringHttpResponse Class Reference

#include <gpudb/Http.hpp>

+ Inheritance diagram for gpudb::StringHttpResponse:
+ Collaboration diagram for gpudb::StringHttpResponse:

Public Member Functions

const std::string & getResponseBody () const
 
- Public Member Functions inherited from gpudb::HttpResponse
 HttpResponse ()
 
virtual ~HttpResponse ()
 
const std::string & getResponseVersion () const
 
unsigned int getResponseCode () const
 
const std::string & getResponseMessage () const
 
const std::string & getResponseHeader (const std::string &key) const
 
const std::map< std::string,
std::string > & 
getResponseHeaders () const
 

Protected Member Functions

virtual void write (const void *data, const size_t length)
 

Detailed Description

Definition at line 191 of file Http.hpp.

Member Function Documentation

const std::string& gpudb::StringHttpResponse::getResponseBody ( ) const
virtual void gpudb::StringHttpResponse::write ( const void *  data,
const size_t  length 
)
protectedvirtual

Reimplemented from gpudb::HttpResponse.


The documentation for this class was generated from the following file: