C++ edjLibrary SDK
Loading...
Searching...
No Matches
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 123]
 Nedjx
 NerrorError-handling enums and utilities
 NfetchAPIs for executing HTTP requests
 CFetchResponseResponse for HTTP fetch request, which may include body, headers, and status code
 CFetchResponsePendingA pending Fetch response
 CHttpFetchAn HTTP fetch request includes body, headers, version, method, and URI
 NhttpData types used by HTTP-related functions
 CCaseInsensitiveKeysA map<string, ...> comparator that achieves case-insensitive keys
 CUriClass that represents a URL
 NkvAPIs for interacting with EDJX KV-Store
 NloggerLogger API functions
 NrequestRead-only HTTP request input for HTTP-trigger serverless functions
 CHttpRequestRequest, which may include version, body, headers, method, and URL
 NresponseAPIs used to send HTTP Responses for HTTP-triggered serverless functions
 CHttpResponseAn HTTP response which may include body, headers, and status code
 Nstorage
 CFileAttributesRepresents the attributes associated with a stored file
 CStorageResponseResponse to the [edjx::storage::get] request
 CStorageResponsePendingPlaceholder for storage response used in streaming methods when the response is not available immediately
 NstreamStreaming API
 CBaseStreamThis is a base class for the streams
 CReadStreamRead stream class
 CWriteStreamThis class represents a write stream
 NutilsVarious helper functions