33 #ifndef _IDENTT_HTTP_CLIENT_RESPONSE_HPP_ 34 #define _IDENTT_HTTP_CLIENT_RESPONSE_HPP_ 36 #include <boost/asio.hpp> 39 #include <unordered_map> 44 template <
class socket_type>
47 std::string http_version, status_code;
49 std::unordered_map<std::string, std::string> header;
50 boost::asio::streambuf content_buffer;
Definition: ClientResponse.hpp:45
Definition: CryptoBase.hpp:49