#include <http_client.hpp>
Public Types | |
|
typedef boost::shared_ptr < http_client > | ptr |
Public Member Functions | |
| http_client (const std::string &url) | |
| http_client (const http_client &c) | |
| bool | operator! () const |
Given a connection, map methods on InterfaceType into RPC calls with the expected results returned as futures as defined by rpc::client_interface
Definition at line 19 of file http_client.hpp.
1.8.0