Template Struct client_options_

Inheritance Relationships

Derived Type

Struct Documentation

template<typename T = void>
struct udho::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 Members

bool _verify_certificate
bool _follow_redirect
int _http_version

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
struct http_version_t

Public Types

typedef client_options_<T> component
struct verify_certificate_t

Public Types

typedef client_options_<T> component