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::client
explicit
client
(const client &)=delete
idfxx::http::client
client
(client &&) noexcept
idfxx::http::client
close
()
idfxx::http::client
inline
content_length
() const
idfxx::http::client
delete_header
(std::string_view key)
idfxx::http::client
errc
enum name
idfxx::http::client
fetch_headers
()
idfxx::http::client
inline
flush_response
()
idfxx::http::client
inline
get_header
(std::string_view key) const
idfxx::http::client
get_url
() const
idfxx::http::client
idf_handle
() const noexcept
idfxx::http::client
inline
is_chunked_response
() const
idfxx::http::client
make
(config cfg)
idfxx::http::client
static
open
(size_t write_len=0)
idfxx::http::client
inline
open
(int write_len)
idfxx::http::client
inline
operator=
(const client &)=delete
idfxx::http::client
operator=
(client &&) noexcept
idfxx::http::client
perform
()
idfxx::http::client
inline
read
(std::span< uint8_t > buf)
idfxx::http::client
inline
read
(std::span< char > buf)
idfxx::http::client
inline
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::client
inline
set_timeout
(const std::chrono::duration< Rep, Period > &timeout)
idfxx::http::client
inline
set_url
(std::string_view url)
idfxx::http::client
inline
set_username
(std::string_view username)
idfxx::http::client
status_code
() const
idfxx::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::client
inline
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::client
inline
write
(std::string_view data)
idfxx::http::client
inline
~client
()
idfxx::http::client
Generated by
1.9.8