Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nedjx | |
▼Nfetch | APIs for executing HTTP requests |
CFetchResponse | Response for HTTP fetch request, which may include body, headers, and status code |
CFetchResponsePending | A pending Fetch response |
CHttpFetch | An HTTP fetch request includes body, headers, version, method, and URI |
▼Nhttp | Data types used by HTTP-related functions |
CCaseInsensitiveKeys | A map<string, ...> comparator that achieves case-insensitive keys |
CUri | Class that represents a URL |
▼Nrequest | Read-only HTTP request input for HTTP-trigger serverless functions |
CHttpRequest | Request, which may include version, body, headers, method, and URL |
▼Nresponse | APIs used to send HTTP Responses for HTTP-triggered serverless functions |
CHttpResponse | An HTTP response which may include body, headers, and status code |
▼Nstorage | |
CFileAttributes | Represents the attributes associated with a stored file |
CStorageResponse | Response to the [edjx::storage::get ] request |
CStorageResponsePending | Placeholder for storage response used in streaming methods when the response is not available immediately |
▼Nstream | Streaming API |
CBaseStream | This is a base class for the streams |
CReadStream | Read stream class |
CWriteStream | This class represents a write stream |