FlightGear next
flightgear::http::HTTPResponse Class Reference

#include <HTTPResponse.hxx>

Public Types

typedef std::map< std::string, std::string > Header_t
 

Public Member Functions

 HTTPResponse ()
 
virtual ~HTTPResponse ()
 

Public Attributes

int StatusCode
 
std::string Content
 
Header_t Header
 

Detailed Description

Definition at line 30 of file HTTPResponse.hxx.

Member Typedef Documentation

◆ Header_t

typedef std::map<std::string,std::string> flightgear::http::HTTPResponse::Header_t

Definition at line 39 of file HTTPResponse.hxx.

Constructor & Destructor Documentation

◆ HTTPResponse()

flightgear::http::HTTPResponse::HTTPResponse ( )
inline

Definition at line 43 of file HTTPResponse.hxx.

◆ ~HTTPResponse()

virtual flightgear::http::HTTPResponse::~HTTPResponse ( )
inlinevirtual

Definition at line 34 of file HTTPResponse.hxx.

Member Data Documentation

◆ Content

std::string flightgear::http::HTTPResponse::Content

Definition at line 37 of file HTTPResponse.hxx.

◆ Header

Header_t flightgear::http::HTTPResponse::Header

Definition at line 40 of file HTTPResponse.hxx.

◆ StatusCode

int flightgear::http::HTTPResponse::StatusCode

Definition at line 36 of file HTTPResponse.hxx.


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