|
Electroneum
|
Public Member Functions | |
| bool | connect (const std::string &addr, int port, std::chrono::milliseconds timeout, bool ssl=false, const std::string &bind_ip="0.0.0.0") |
| bool | connect (const std::string &addr, const std::string &port, std::chrono::milliseconds timeout, bool ssl=false, const std::string &bind_ip="0.0.0.0") |
| bool | disconnect () |
| bool | send (const std::string &buff, std::chrono::milliseconds timeout) |
| bool | send (const void *data, size_t sz) |
| bool | is_connected () |
| bool | recv (std::string &buff, std::chrono::milliseconds timeout) |
| void | set_test_data (const std::string &s) |
Definition at line 34 of file http-client.cpp.
|
inline |
Definition at line 38 of file http-client.cpp.
|
inline |
Definition at line 37 of file http-client.cpp.
|
inline |
Definition at line 39 of file http-client.cpp.
|
inline |
Definition at line 42 of file http-client.cpp.
|
inline |
Definition at line 43 of file http-client.cpp.
|
inline |
Definition at line 40 of file http-client.cpp.
|
inline |
Definition at line 41 of file http-client.cpp.
|
inline |
Definition at line 50 of file http-client.cpp.