This is the complete list of members for
kyototycoon::HTTPClient, including all inherited members.
close(bool grace=true) | kyototycoon::HTTPClient | |
fetch(const std::string &pathquery, Method method=MGET, std::string *resbody=NULL, std::map< std::string, std::string > *resheads=NULL, const std::string *reqbody=NULL, const std::map< std::string, std::string > *reqheads=NULL) | kyototycoon::HTTPClient | |
fetch_once(const std::string &url, Method method=MGET, std::string *resbody=NULL, std::map< std::string, std::string > *resheads=NULL, const std::string *reqbody=NULL, const std::map< std::string, std::string > *reqheads=NULL, double timeout=-1) | kyototycoon::HTTPClient | [static] |
HTTPClient() | kyototycoon::HTTPClient | [explicit] |
LINEBUFSIZ | kyototycoon::HTTPClient | [static] |
MDELETE enum value | kyototycoon::HTTPClient | |
Method enum name | kyototycoon::HTTPClient | |
MGET enum value | kyototycoon::HTTPClient | |
MHEAD enum value | kyototycoon::HTTPClient | |
MPOST enum value | kyototycoon::HTTPClient | |
MPUT enum value | kyototycoon::HTTPClient | |
MUNKNOWN enum value | kyototycoon::HTTPClient | |
open(const std::string &host="", int32_t port=80, double timeout=-1) | kyototycoon::HTTPClient | |
RECVMAXSIZ | kyototycoon::HTTPClient | [static] |
reveal_core() | kyototycoon::HTTPClient | |
~HTTPClient() | kyototycoon::HTTPClient | |