| Ccpp_restapi::GitHub::ConnectionBuilder | Connection build for GitHub api |
| Ccpp_restapi::Detached | Fire-and-forget coroutine wrapper |
| Ccpp_restapi::detail::FetchAwaitable | Awaitable wrapping IConnection::fetch(request, onSuccess, onError) |
| Ccpp_restapi::HttpError | Represents an HTTP or network-level error |
| Ccpp_restapi::IConnection | Interface representing connection with rest api server |
| ▼Ccpp_restapi::IPaginationStrategy | Interface for pagination strategies |
| Ccpp_restapi::LinkHeaderPaginationStrategy | Pagination strategy using RFC 5988 Link headers |
| Ccpp_restapi::ISseConnection | Interface for SSE (Server-Sent Events) connections |
| Ccpp_restapi::detail::PaginatedFetchAwaitable | Awaitable wrapping paginated IConnection::fetch |
| Ccpp_restapi::Detached::promise_type | |
| Ccpp_restapi::GitHub::Request | GitHub api actions |
| Ccpp_restapi::Response | HTTP response containing body, raw headers and the HTTP status code |
| Ccpp_restapi::SseEvent | Represents a single Server-Sent Event |
| Ccpp_restapi::SseParser | Incremental parser for Server-Sent Events stream |