16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_LIBCURLUTILS_HTTPGETINTERFACE_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_LIBCURLUTILS_HTTPGETINTERFACE_H_ 27 namespace libcurlUtils {
51 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_LIBCURLUTILS_HTTPGETINTERFACE_H_ virtual HTTPResponse doGet(const std::string &url, const std::vector< std::string > &headers)=0
::std::string string
Definition: gtest-port.h:1097
Definition: HTTPResponse.h:29
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Minimal interface for making HTTP GET requests.
Definition: HttpGetInterface.h:30
virtual ~HttpGetInterface()=default
Virtual destructor to assure proper cleanup of derived types.