oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
ove::http::Client Member List

This is the complete list of members for ove::http::Client, including all inherited members.

Client()ove::http::Clientinline
Client(const Client &)=delete (defined in ove::http::Client)ove::http::Client
Client(Client &&other) noexceptove::http::Clientinline
get(const char *url) noexceptove::http::Clientinline
handle() constove::http::Clientinline
operator=(const Client &)=delete (defined in ove::http::Client)ove::http::Client
operator=(Client &&other) noexceptove::http::Clientinline
post(const char *url, const char *content_type, const void *body, size_t body_len) noexceptove::http::Clientinline
request(ove_http_method_t method, const char *url, const char *content_type, const void *body, size_t body_len) noexceptove::http::Clientinline
request(ove_http_method_t method, const char *url, const char *content_type, const void *body, size_t body_len, const ove_http_header_t *headers, size_t header_count) noexceptove::http::Clientinline
valid() constove::http::Clientinline
~Client() noexceptove::http::Clientinline