idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::http::client Member List

This is the complete list of members for idfxx::http::client, including all inherited members.

client(config cfg)idfxx::http::clientexplicit
client(const client &)=deleteidfxx::http::client
client(client &&) noexceptidfxx::http::client
close()idfxx::http::clientinline
content_length() constidfxx::http::client
delete_header(std::string_view key)idfxx::http::client
errc enum nameidfxx::http::client
fetch_headers()idfxx::http::clientinline
flush_response()idfxx::http::clientinline
get_header(std::string_view key) constidfxx::http::client
get_url() constidfxx::http::client
idf_handle() const noexceptidfxx::http::clientinline
is_chunked_response() constidfxx::http::client
make(config cfg)idfxx::http::clientstatic
open(size_t write_len=0)idfxx::http::clientinline
open(int write_len)idfxx::http::clientinline
operator=(const client &)=deleteidfxx::http::client
operator=(client &&) noexceptidfxx::http::client
perform()idfxx::http::clientinline
read(std::span< uint8_t > buf)idfxx::http::clientinline
read(std::span< char > buf)idfxx::http::clientinline
reset_redirect_counter()idfxx::http::client
set_auth_type(enum auth_type type)idfxx::http::client
set_header(std::string_view key, std::string_view value)idfxx::http::client
set_method(enum method m)idfxx::http::client
set_password(std::string_view password)idfxx::http::client
set_post_field(std::string_view data)idfxx::http::client
set_redirection()idfxx::http::clientinline
set_timeout(const std::chrono::duration< Rep, Period > &timeout)idfxx::http::clientinline
set_url(std::string_view url)idfxx::http::clientinline
set_username(std::string_view username)idfxx::http::client
status_code() constidfxx::http::client
try_close()idfxx::http::client
try_fetch_headers()idfxx::http::client
try_flush_response()idfxx::http::client
try_open(size_t write_len=0)idfxx::http::client
try_open(int write_len)idfxx::http::clientinline
try_perform()idfxx::http::client
try_read(std::span< uint8_t > buf)idfxx::http::client
try_read(std::span< char > buf)idfxx::http::client
try_set_redirection()idfxx::http::client
try_set_url(std::string_view url)idfxx::http::client
try_write(std::span< const uint8_t > data)idfxx::http::client
try_write(std::string_view data)idfxx::http::client
write(std::span< const uint8_t > data)idfxx::http::clientinline
write(std::string_view data)idfxx::http::clientinline
~client()idfxx::http::client