/** * @file web_client/curl_web_client.cpp * @brief CURLWebClient constructor and destructor implementation. */ #include "web_client/curl_web_client.h" CURLWebClient::CURLWebClient() = default; CURLWebClient::~CURLWebClient() = default;