| ▼Ncpp_restapi | |
| ▼NCppHttplibBackend | |
| CConnection | |
| ▼NCurlBackend | |
| CConnection | |
| ▼Ndetail | |
| CFetchAwaitable | Awaitable wrapping IConnection::fetch(request, onSuccess, onError) |
| CPaginatedFetchAwaitable | Awaitable wrapping paginated IConnection::fetch |
| ▼NGitHub | |
| CConnectionBuilder | Connection build for GitHub api |
| CRequest | GitHub api actions |
| ▼NQtBackend | |
| CConnection | |
| CBaseConnection | Base class with common parts for backend specific implementations |
| ▼CDetached | Fire-and-forget coroutine wrapper |
| Cpromise_type | |
| CHttpError | Represents an HTTP or network-level error |
| CIConnection | Interface representing connection with rest api server |
| CIPaginationStrategy | Interface for pagination strategies |
| CISseConnection | Interface for SSE (Server-Sent Events) connections |
| CLinkHeaderPaginationStrategy | Pagination strategy using RFC 5988 Link headers |
| CResponse | HTTP response containing body, raw headers and the HTTP status code |
| CSseEvent | Represents a single Server-Sent Event |
| CSseParser | Incremental parser for Server-Sent Events stream |
| CThreadedConnection | BaseConnection subclass that implements fetch(url, cb) via a background std::thread |