iFun Engine API  1.0.0-b6053
Great Technology for Great Games
fun::CurlHttp Member List

This is the complete list of members for fun::CurlHttp, including all inherited members.

CompleteCallback typedef (defined in fun::CurlHttp)fun::CurlHttp
CurlHttp() (defined in fun::CurlHttp)fun::CurlHttp
easy_handle() const (defined in fun::CurlHttp)fun::CurlHttp
GetErrorBuffer() const (defined in fun::CurlHttp)fun::CurlHttp
GetResult() const (defined in fun::CurlHttp)fun::CurlHttp
GetResultCode() const (defined in fun::CurlHttp)fun::CurlHttp
GetUrl() const (defined in fun::CurlHttp)fun::CurlHttp
GetVerbose() const (defined in fun::CurlHttp)fun::CurlHttp
HeaderReceiveCallback typedef (defined in fun::CurlHttp)fun::CurlHttp
PayloadReceiveCallback typedef (defined in fun::CurlHttp)fun::CurlHttp
Request() (defined in fun::CurlHttp)fun::CurlHttp
RequestAsync() (defined in fun::CurlHttp)fun::CurlHttp
set_complete_callback(const CompleteCallback &cb) (defined in fun::CurlHttp)fun::CurlHttp
set_header_receive_callback(const HeaderReceiveCallback &cb) (defined in fun::CurlHttp)fun::CurlHttp
set_payload_receive_callback(const PayloadReceiveCallback &cb) (defined in fun::CurlHttp)fun::CurlHttp
SetDelete(const Ptr< const string > &data) (defined in fun::CurlHttp)fun::CurlHttp
SetDelete(const Json &data) (defined in fun::CurlHttp)fun::CurlHttp
SetGet() (defined in fun::CurlHttp)fun::CurlHttp
SetHeader(const http::Header &header) (defined in fun::CurlHttp)fun::CurlHttp
SetPost(const Ptr< const string > &data) (defined in fun::CurlHttp)fun::CurlHttp
SetPost(const curl_httppost *data) (defined in fun::CurlHttp)fun::CurlHttp
SetPost(const Json &data) (defined in fun::CurlHttp)fun::CurlHttp
SetPut(const Ptr< const string > &data) (defined in fun::CurlHttp)fun::CurlHttp
SetPut(const Json &data) (defined in fun::CurlHttp)fun::CurlHttp
SetTimeout(size_t timeout_in_ms) (defined in fun::CurlHttp)fun::CurlHttp
SetUrl(const string &url) (defined in fun::CurlHttp)fun::CurlHttp
SetUserAgent(const string &user_agent) (defined in fun::CurlHttp)fun::CurlHttp
SetVerbose(bool on) (defined in fun::CurlHttp)fun::CurlHttp