1#ifndef FORGEANT_HTTP_RESPONSE_HPP
2#define FORGEANT_HTTP_RESPONSE_HPP
5#include <unordered_map>
11 std::unordered_map<std::string, std::string>
headers;
Definition response.hpp:9
int status_code
Definition response.hpp:10
std::string body
Definition response.hpp:12
bool operator==(const HttpResponse &) const =default
std::unordered_map< std::string, std::string > headers
Definition response.hpp:11