Classes | |
struct | SoaSoupSession |
Functions | |
static void | _got_chunk_cb (SoupMessage *msg, SoaSoupSession *user_data) |
static bool | _invoke (const std::string &url, const soa::method_invocation &mi, SoaSoupSession &sess, std::string &result) |
soa::GenericPtr | invoke (const std::string &url, const soa::method_invocation &mi, const std::string &ssl_ca_file) |
soa::GenericPtr | invoke (const std::string &url, const soa::method_invocation &mi, const std::string &ssl_ca_file, boost::function< void(SoupSession *, SoupMessage *, uint32_t)> progress_cb) |
bool | invoke (const std::string &url, const soa::method_invocation &mi, const std::string &ssl_ca_file, std::string &result) |
bool | invoke (const std::string &url, const soa::method_invocation &mi, const std::string &ssl_ca_file, boost::function< void(SoupSession *, SoupMessage *, uint32_t)> progress_cb, std::string &result) |
static void soup_soa::_got_chunk_cb | ( | SoupMessage * | msg, | |
SoaSoupSession * | user_data | |||
) | [static] |
static bool soup_soa::_invoke | ( | const std::string & | url, | |
const soa::method_invocation & | mi, | |||
SoaSoupSession & | sess, | |||
std::string & | result | |||
) | [static] |
References soup_soa::SoaSoupSession::m_msg, and soup_soa::SoaSoupSession::m_session.
bool soup_soa::invoke | ( | const std::string & | url, | |
const soa::method_invocation & | mi, | |||
const std::string & | ssl_ca_file, | |||
std::string & | result | |||
) |
soa::GenericPtr soup_soa::invoke | ( | const std::string & | url, | |
const soa::method_invocation & | mi, | |||
const std::string & | ssl_ca_file, | |||
boost::function< void(SoupSession *, SoupMessage *, uint32_t)> | progress_cb | |||
) |
soa::GenericPtr soup_soa::invoke | ( | const std::string & | url, | |
const soa::method_invocation & | mi, | |||
const std::string & | ssl_ca_file | |||
) |
bool soup_soa::invoke | ( | const std::string & | url, | |
const soa::method_invocation & | mi, | |||
const std::string & | ssl_ca_file, | |||
boost::function< void(SoupSession *, SoupMessage *, uint32_t)> | progress_cb, | |||
std::string & | result | |||
) |