16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_LIBCURLUTILS_HTTPRESPONSE_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_LIBCURLUTILS_HTTPRESPONSE_H_ 24 namespace libcurlUtils {
59 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_LIBCURLUTILS_HTTPRESPONSE_H_ std::string serialize()
Serialize the object.
::std::string string
Definition: gtest-port.h:1097
std::string body
The body of the response returned by the server.
Definition: HTTPResponse.h:48
Definition: HTTPResponse.h:29
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
long code
The HTTP status code returned by the server.
Definition: HTTPResponse.h:45