C++ edjLibrary SDK
|
#include <cstdint>
#include <vector>
#include <map>
#include <string>
#include "http.hpp"
#include "stream.hpp"
#include "error.hpp"
Go to the source code of this file.
Classes | |
struct | edjx::fetch::FetchResponse |
Response for HTTP fetch request, which may include body, headers, and status code. More... | |
struct | edjx::fetch::FetchResponsePending |
A pending Fetch response. More... | |
struct | edjx::fetch::HttpFetch |
An HTTP fetch request includes body, headers, version, method, and URI. More... | |
Namespaces | |
namespace | edjx |
namespace | edjx::fetch |
APIs for executing HTTP requests. | |