|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
This is the complete list of members for ove::http::Client, including all inherited members.
| Client() | ove::http::Client | inline |
| Client(const Client &)=delete (defined in ove::http::Client) | ove::http::Client | |
| Client(Client &&other) noexcept | ove::http::Client | inline |
| get(const char *url) noexcept | ove::http::Client | inline |
| handle() const | ove::http::Client | inline |
| operator=(const Client &)=delete (defined in ove::http::Client) | ove::http::Client | |
| operator=(Client &&other) noexcept | ove::http::Client | inline |
| post(const char *url, const char *content_type, const void *body, size_t body_len) noexcept | ove::http::Client | inline |
| request(ove_http_method_t method, const char *url, const char *content_type, const void *body, size_t body_len) noexcept | ove::http::Client | inline |
| 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) noexcept | ove::http::Client | inline |
| valid() const | ove::http::Client | inline |
| ~Client() noexcept | ove::http::Client | inline |