|
Octane API Client
|
fetch.hの実装 More...
#include <rapidjson/document.h>#include <rapidjson/encodings.h>#include <rapidjson/stringbuffer.h>#include <rapidjson/writer.h>#include <map>#include <string>#include <string_view>#include <variant>#include <vector>#include "./http_client.h"#include "include/error_response.h"#include "include/result.h"

Go to the source code of this file.
Classes | |
| struct | octane::internal::FetchResponse |
| Fetchのレスポンスを表す構造体。 More... | |
| class | octane::internal::FetchBase |
| HttpClientクラスを通じてHTTP通信を行うインタフェース。 More... | |
| class | octane::internal::Fetch |
| HttpClientクラスを通じてHTTP通信を行う。 More... | |
Namespaces | |
| namespace | octane |
| namespace | octane::internal |
fetch.hの実装
Fetchクラスを定義する。