#include <http_client.h>
◆ ~HttpClientConnectionBase()
HttpClientConnectionBase::~HttpClientConnectionBase |
( |
| ) |
|
|
default |
◆ HttpClientConnectionBase()
HttpClientConnectionBase::HttpClientConnectionBase |
( |
IOContext & |
io_ctx | ) |
|
|
protected |
◆ error_msg()
std::string HttpClientConnectionBase::error_msg |
( |
| ) |
const |
error-msg of the connection.
- Note
- may not be human friendly as it may come directly from openssl
◆ ev_base()
event_base * HttpClientConnectionBase::ev_base |
( |
| ) |
const |
|
protected |
event-base associated with this connection.
◆ make_request()
◆ make_request_sync()
◆ operator bool()
HttpClientConnectionBase::operator bool |
( |
| ) |
const |
connection has an error.
- See also
- error_msg()
◆ socket_errno()
std::error_code HttpClientConnectionBase::socket_errno |
( |
| ) |
const |
|
inline |
◆ io_ctx_
◆ pImpl_
std::unique_ptr<impl> HttpClientConnectionBase::pImpl_ |
|
protected |
◆ socket_errno_
std::error_code HttpClientConnectionBase::socket_errno_ |
|
protected |
The documentation for this class was generated from the following files: