mrss_options_t

Options data struct. It contains some user preferences.

extern (C) @system nothrow @nogc
struct mrss_options_t {
int timeout
char* proxy
char* proxy_authentication
char* certfile
char* cacert
char* password
int verifypeer
char* authentication
char* user_agent
}

Meta