cpp Rest API master
C++ library for REST API access with Qt, Curl and cpp-httplib backends
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ncpp_restapi
 NCppHttplibBackend
 CConnection
 NCurlBackend
 CConnection
 Ndetail
 CFetchAwaitableAwaitable wrapping IConnection::fetch(request, onSuccess, onError)
 CPaginatedFetchAwaitableAwaitable wrapping paginated IConnection::fetch
 NGitHub
 CConnectionBuilderConnection build for GitHub api
 CRequestGitHub api actions
 NQtBackend
 CConnection
 CBaseConnectionBase class with common parts for backend specific implementations
 CDetachedFire-and-forget coroutine wrapper
 Cpromise_type
 CHttpErrorRepresents an HTTP or network-level error
 CIConnectionInterface representing connection with rest api server
 CIPaginationStrategyInterface for pagination strategies
 CISseConnectionInterface for SSE (Server-Sent Events) connections
 CLinkHeaderPaginationStrategyPagination strategy using RFC 5988 Link headers
 CResponseHTTP response containing body, raw headers and the HTTP status code
 CSseEventRepresents a single Server-Sent Event
 CSseParserIncremental parser for Server-Sent Events stream
 CThreadedConnectionBaseConnection subclass that implements fetch(url, cb) via a background std::thread