cpp Rest API master
C++ library for REST API access with Qt, Curl and cpp-httplib backends
 
Loading...
Searching...
No Matches
create_cpp-httplib_connection.hpp File Reference
#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< IConnectioncpp_restapi::createCppHttplibConnection (const std::string &address, const std::map< std::string, std::string > &headerEntries)
 Create a connection using the cpp-httplib backend.