C++ edjLibrary SDK
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cedjx::stream::BaseStreamThis is a base class for the streams
 Cedjx::stream::ReadStreamRead stream class
 Cedjx::stream::WriteStreamThis class represents a write stream
 Cedjx::http::CaseInsensitiveKeysA map<string, ...> comparator that achieves case-insensitive keys
 Cedjx::fetch::FetchResponseResponse for HTTP fetch request, which may include body, headers, and status code
 Cedjx::fetch::FetchResponsePendingA pending Fetch response
 Cedjx::storage::FileAttributesRepresents the attributes associated with a stored file
 Cedjx::fetch::HttpFetchAn HTTP fetch request includes body, headers, version, method, and URI
 Cedjx::request::HttpRequestRequest, which may include version, body, headers, method, and URL
 Cedjx::response::HttpResponseAn HTTP response which may include body, headers, and status code
 Cedjx::storage::StorageResponseResponse to the [edjx::storage::get] request
 Cedjx::storage::StorageResponsePendingPlaceholder for storage response used in streaming methods when the response is not available immediately
 Cedjx::http::UriClass that represents a URL