libinet++
A networking library for humans that code in C++
|
#include <http.h>
Public Member Functions | |
HTTP_Response () | |
Public Attributes | |
std::string | raw |
unsigned int | status_code |
std::string | status_message |
std::vector< std::vector < std::string > > | headers |
std::string | body |
HTTP_Response::HTTP_Response | ( | ) |
HTTP_Response class constructor.