cpp Rest API master
C++ library for REST API access with Qt, Curl and cpp-httplib backends
 
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 Ccpp_restapi::GitHub::ConnectionBuilderConnection build for GitHub api
 Ccpp_restapi::DetachedFire-and-forget coroutine wrapper
 Ccpp_restapi::detail::FetchAwaitableAwaitable wrapping IConnection::fetch(request, onSuccess, onError)
 Ccpp_restapi::HttpErrorRepresents an HTTP or network-level error
 Ccpp_restapi::IConnectionInterface representing connection with rest api server
 Ccpp_restapi::BaseConnectionBase class with common parts for backend specific implementations
 Ccpp_restapi::QtBackend::Connection
 Ccpp_restapi::ThreadedConnectionBaseConnection subclass that implements fetch(url, cb) via a background std::thread
 Ccpp_restapi::CppHttplibBackend::Connection
 Ccpp_restapi::CurlBackend::Connection
 Ccpp_restapi::IPaginationStrategyInterface for pagination strategies
 Ccpp_restapi::LinkHeaderPaginationStrategyPagination strategy using RFC 5988 Link headers
 Ccpp_restapi::ISseConnectionInterface for SSE (Server-Sent Events) connections
 Ccpp_restapi::detail::PaginatedFetchAwaitableAwaitable wrapping paginated IConnection::fetch
 Ccpp_restapi::Detached::promise_type
 CQObject
 Ccpp_restapi::QtBackend::Connection
 Ccpp_restapi::GitHub::RequestGitHub api actions
 Ccpp_restapi::ResponseHTTP response containing body, raw headers and the HTTP status code
 Ccpp_restapi::SseEventRepresents a single Server-Sent Event
 Ccpp_restapi::SseParserIncremental parser for Server-Sent Events stream