Template Struct client_options_¶
Defined in File client.h
Nested Relationships¶
Inheritance Relationships¶
Derived Type¶
public udho::config< udho::client_options >(Template Struct config)
Struct Documentation¶
-
template<typename
T= void>
structudho::client_options_¶ Subclassed by udho::config< udho::client_options >
Public Functions
-
client_options_()¶
-
void
set(verify_certificate_t, bool v)¶
-
bool
get(verify_certificate_t) const¶
-
void
set(follow_redirect_t, bool v)¶
-
bool
get(follow_redirect_t) const¶
-
void
set(http_version_t, int v)¶
-
int
get(http_version_t) const¶
Public Static Attributes
-
const struct udho::client_options_::verify_certificate_t
verify_certificate¶
-
const struct udho::client_options_::follow_redirect_t
follow_redirect¶
-
const struct udho::client_options_::http_version_t
http_version¶
-
struct
follow_redirect_t¶ Public Types
-
typedef client_options_<T>
component¶
-
typedef client_options_<T>
-
struct
http_version_t¶ Public Types
-
typedef client_options_<T>
component¶
-
typedef client_options_<T>
-
struct
verify_certificate_t¶ Public Types
-
typedef client_options_<T>
component¶
-
typedef client_options_<T>
-