Horizon
Classes | Public Member Functions | Friends | List of all members
HTTP::Client Class Reference
Inheritance diagram for HTTP::Client:
HTTP::RESTClient

Public Member Functions

void set_auth (const std::string &user, const std::string &passwd)
 
void set_timeout (int timeout)
 
void append_header (const char *header)
 
void append_header (const std::string &header)
 
std::string get (const std::string &url)
 
std::string post (const std::string &url, const std::string &postdata="")
 

Friends

size_t read_callback (void *ptr, size_t size, size_t nmemb, void *userp)
 

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