#include <map>#include <memory>#include <string>#include "cpp_restapi_export.h"Go to the source code of this file.
Namespaces | |
| namespace | cpp_restapi |
Functions | |
| CPP_RESTAPI_EXPORT std::unique_ptr< IConnection > | cpp_restapi::createQtConnection (QNetworkAccessManager &manager, const std::string &address, const std::map< std::string, std::string > &headerEntries) |
| Create a connection using the Qt backend. | |