libinet++
A networking library for humans that code in C++
 All Classes Functions
HTTP_Response Class Reference

#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
 

Detailed Description

http.h HTTP client for human C++ developers.

Nathan Campos natha.nosp@m.npc@.nosp@m.dream.nosp@m.inte.nosp@m.ch.ne.nosp@m.t

Constructor & Destructor Documentation

HTTP_Response::HTTP_Response ( )

HTTP_Response class constructor.


The documentation for this class was generated from the following files: