Kurlyk
Loading...
Searching...
No Matches
kurlyk::WebSocketConfig Member List

This is the complete list of members for kurlyk::WebSocketConfig, including all inherited members.

accept_encodingkurlyk::WebSocketConfig
add_rate_limit(long requests_per_period, long period_ms)kurlyk::WebSocketConfiginline
add_rate_limit_rpm(long requests_per_minute)kurlyk::WebSocketConfiginline
add_rate_limit_rps(long requests_per_second)kurlyk::WebSocketConfiginline
ca_filekurlyk::WebSocketConfig
cert_filekurlyk::WebSocketConfig
cookiekurlyk::WebSocketConfig
headerskurlyk::WebSocketConfig
idle_timeoutkurlyk::WebSocketConfig
key_filekurlyk::WebSocketConfig
protocolskurlyk::WebSocketConfig
proxy_authkurlyk::WebSocketConfig
proxy_serverkurlyk::WebSocketConfig
proxy_typekurlyk::WebSocketConfig
rate_limitskurlyk::WebSocketConfig
reconnectkurlyk::WebSocketConfig
reconnect_attemptskurlyk::WebSocketConfig
reconnect_delaykurlyk::WebSocketConfig
request_timeoutkurlyk::WebSocketConfig
set_accept_encoding(bool identity=false, bool deflate=false, bool gzip=false, bool brotli=false)kurlyk::WebSocketConfiginline
set_accept_language(const std::string &accept_language)kurlyk::WebSocketConfiginline
set_ca_file(const std::string &ca_file)kurlyk::WebSocketConfiginline
set_ca_file(bool verify_cert, const std::string &ca_file)kurlyk::WebSocketConfiginline
set_cookie(const std::string &cookie)kurlyk::WebSocketConfiginline
set_idle_timeout(long idle_timeout)kurlyk::WebSocketConfiginline
set_proxy(const std::string &ip, int port)kurlyk::WebSocketConfiginline
set_proxy(const std::string &ip, int port, ProxyType type)kurlyk::WebSocketConfiginline
set_proxy(const std::string &ip, int port, const std::string &username, const std::string &password, ProxyType type=ProxyType::PROXY_HTTP)kurlyk::WebSocketConfiginline
set_proxy_auth(const std::string &auth)kurlyk::WebSocketConfiginline
set_proxy_auth(const std::string &username, const std::string &password)kurlyk::WebSocketConfiginline
set_proxy_server(const std::string &server)kurlyk::WebSocketConfiginline
set_proxy_type(ProxyType type)kurlyk::WebSocketConfiginline
set_reconnect(bool reconnect, long reconnect_attempts=0, long reconnect_delay=0)kurlyk::WebSocketConfiginline
set_request_timeout(long request_timeout)kurlyk::WebSocketConfiginline
set_url(const std::string &host, const std::string &path, const std::string &query="")kurlyk::WebSocketConfiginline
set_url(const std::string &url, const QueryParams &query)kurlyk::WebSocketConfiginline
set_user_agent(const std::string &user_agent)kurlyk::WebSocketConfiginline
set_verify_cert(bool verify_cert)kurlyk::WebSocketConfiginline
urlkurlyk::WebSocketConfig
user_agentkurlyk::WebSocketConfig
verify_certkurlyk::WebSocketConfig