#include <libcurl_wrapper.h>
List of all members.
Public Member Functions |
virtual bool | AddFile (const string &upload_file_path, const string &basename) |
virtual bool | Init () |
| LibcurlWrapper () |
virtual bool | SendRequest (const string &url, const std::map< string, string > ¶meters, string *server_response) |
virtual bool | SetProxy (const string &proxy_host, const string &proxy_userpwd) |
Detailed Description
Definition at line 40 of file libcurl_wrapper.h.
Constructor & Destructor Documentation
google_breakpad::LibcurlWrapper::LibcurlWrapper |
( |
| ) |
|
Member Function Documentation
virtual bool google_breakpad::LibcurlWrapper::AddFile |
( |
const string & |
upload_file_path, |
|
|
const string & |
basename |
|
) |
| [virtual] |
virtual bool google_breakpad::LibcurlWrapper::Init |
( |
| ) |
[virtual] |
virtual bool google_breakpad::LibcurlWrapper::SendRequest |
( |
const string & |
url, |
|
|
const std::map< string, string > & |
parameters, |
|
|
string * |
server_response |
|
) |
| [virtual] |
virtual bool google_breakpad::LibcurlWrapper::SetProxy |
( |
const string & |
proxy_host, |
|
|
const string & |
proxy_userpwd |
|
) |
| [virtual] |
The documentation for this class was generated from the following file: