2#ifndef CREATE_CURL_CONNECTION_HPP_INCLUDED
3#define CREATE_CURL_CONNECTION_HPP_INCLUDED
9#include "cpp_restapi_export.h"
22 const std::string& address,
23 const std::map<std::string, std::string>& headerEntries);
Definition base_connection.hpp:13
CPP_RESTAPI_EXPORT std::unique_ptr< IConnection > createCurlConnection(const std::string &address, const std::map< std::string, std::string > &headerEntries)
Create a connection using the libcurl backend.