cpp Rest API master
C++ library for REST API access with Qt, Curl and cpp-httplib backends
 
Loading...
Searching...
No Matches
cpp_restapi::QtBackend::Connection Member List

This is the complete list of members for cpp_restapi::QtBackend::Connection, including all inherited members.

address() constcpp_restapi::BaseConnectionprotected
BaseConnection(const std::string &address, const std::map< std::string, std::string > &headerEntries)cpp_restapi::BaseConnectionexplicit
BodyCallback typedefcpp_restapi::IConnection
Connection(QNetworkAccessManager &, const std::string &address, const std::map< std::string, std::string > &headerEntries)cpp_restapi::QtBackend::Connection
Connection(const Connection &)=deletecpp_restapi::QtBackend::Connection
ErrorCallback typedefcpp_restapi::IConnection
EventCallback typedefcpp_restapi::IConnection
fetch(const std::string &request) finalcpp_restapi::QtBackend::Connectionvirtual
fetch(const std::string &request, IPaginationStrategy &strategy) finalcpp_restapi::QtBackend::Connectionvirtual
fetch(const std::string &request, FetchCallback onSuccess, ErrorCallback onError={}) finalcpp_restapi::QtBackend::Connectionvirtual
fetch(const std::string &request, IPaginationStrategy &strategy, BodyCallback onSuccess, ErrorCallback onError={}) finalcpp_restapi::QtBackend::Connectionvirtual
fetchAsync(const std::string &fullUrl, CancellationToken cancel, FetchCallback onSuccess, ErrorCallback onError) overridecpp_restapi::QtBackend::Connectionprotectedvirtual
FetchCallback typedefcpp_restapi::IConnection
fetchPage(const std::string &request) overridecpp_restapi::QtBackend::Connectionvirtual
fetchResponse(const std::string &url) finalcpp_restapi::BaseConnectionvirtual
get(const std::string &) finalcpp_restapi::BaseConnectionvirtual
getHeaderEntries() constcpp_restapi::BaseConnectionprotected
operator=(const Connection &)=deletecpp_restapi::QtBackend::Connection
subscribe(const std::string &request, EventCallback callback) overridecpp_restapi::QtBackend::Connectionvirtual
url() const finalcpp_restapi::BaseConnectionvirtual
~Connection()cpp_restapi::QtBackend::Connection
~IConnection()=defaultcpp_restapi::IConnectionvirtual