OpenVPN 3 Core Library
|
#include <httpcli.hpp>
Public Types | |
enum | { E_SUCCESS = 0 , E_RESOLVE , E_CONNECT , E_TRANSPORT , E_PROXY , E_TCP , E_HTTP , E_EXCEPTION , E_BAD_REQUEST , E_HEADER_SIZE , E_CONTENT_SIZE , E_CONTENT_TYPE , E_EOF_SSL , E_EOF_TCP , E_CONNECT_TIMEOUT , E_GENERAL_TIMEOUT , E_KEEPALIVE_TIMEOUT , E_SHUTDOWN , E_ABORTED , E_HOST_UPDATE , E_BOGON , N_ERRORS } |
Static Public Member Functions | |
static std::string | error_str (const int status) |
static bool | is_error (const int status) |
Definition at line 94 of file httpcli.hpp.
anonymous enum |
Definition at line 97 of file httpcli.hpp.
|
inlinestatic |
|
inlinestatic |