|
Octane API Client
|
This is the complete list of members for octane::internal::Fetch, including all inherited members.
| Fetch(std::string_view token, std::string_view origin, std::string_view baseUrl, HttpClientBase *client) | octane::internal::Fetch | |
| FetchResult typedef | octane::internal::FetchBase | |
| init() override | octane::internal::Fetch | virtual |
| request(HttpMethod method, std::string_view url) override | octane::internal::Fetch | virtual |
| request(HttpMethod method, std::string_view url, const rapidjson::Document &body) override | octane::internal::Fetch | virtual |
| request(HttpMethod method, std::string_view url, std::string_view mimeType, const std::vector< std::uint8_t > &body) override | octane::internal::Fetch | virtual |
| ~Fetch() noexcept | octane::internal::Fetch | virtual |
| ~FetchBase() noexcept=0 | octane::internal::FetchBase | pure virtual |