#include <string>
#include <libsoup/soup.h>
#include <boost/function.hpp>
#include "soa.h"
Go to the source code of this file.
Namespaces | |
namespace | soup_soa |
Functions | |
soa::GenericPtr | soup_soa::invoke (const std::string &url, const soa::method_invocation &mi, const std::string &ssl_ca_file) |
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) |
bool | soup_soa::invoke (const std::string &url, const soa::method_invocation &mi, const std::string &ssl_ca_file, std::string &result) |
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) |