curl-cpp
static c++17 wrapper for curl with -fno-exceptions support
curl::Url_ref_t Member List

This is the complete list of members for curl::Url_ref_t, including all inherited members.

check_url(int code) (defined in curl::Url_ref_t)curl::Url_ref_tprotectedstatic
get_code enum namecurl::Url_ref_t
get_options() const noexcept -> Ret_except< string, get_code, std::bad_alloc > (defined in curl::Url_ref_t)curl::Url_ref_t
get_query() const noexcept -> Ret_except< string, get_code, std::bad_alloc > (defined in curl::Url_ref_t)curl::Url_ref_t
get_scheme() const noexcept -> Ret_except< string, get_code, std::bad_alloc > (defined in curl::Url_ref_t)curl::Url_ref_t
get_url() const noexcept -> Ret_except< string, get_code, std::bad_alloc >curl::Url_ref_t
set_code enum namecurl::Url_ref_t
set_options(const char *options) noexcept -> Ret_except< set_code, std::bad_alloc >curl::Url_ref_t
set_query(const char *query) noexcept -> Ret_except< set_code, std::bad_alloc >curl::Url_ref_t
set_scheme(const char *scheme) noexcept -> Ret_except< set_code, std::bad_alloc >curl::Url_ref_t
set_url(const char *url_arg) noexcept -> Ret_except< set_code, std::bad_alloc >curl::Url_ref_t
string typedefcurl::Url_ref_t
urlcurl::Url_ref_t