FlightGear next
flightgear::http::HTTPRequest Class Reference

#include <HTTPRequest.hxx>

Inherited by flightgear::http::MongooseHTTPRequest.

Classes

class  StringMap
 

Public Member Functions

 HTTPRequest ()
 
virtual ~HTTPRequest ()
 

Public Attributes

std::string Method
 
std::string Uri
 
std::string HttpVersion
 
std::string QueryString
 
std::string remoteAddress
 
int remotePort
 
std::string localAddress
 
int localPort
 
std::string Content
 
StringMap RequestVariables
 
StringMap HeaderVariables
 

Detailed Description

Definition at line 30 of file HTTPRequest.hxx.

Constructor & Destructor Documentation

◆ HTTPRequest()

flightgear::http::HTTPRequest::HTTPRequest ( )
inline

Definition at line 33 of file HTTPRequest.hxx.

◆ ~HTTPRequest()

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

Definition at line 34 of file HTTPRequest.hxx.

Member Data Documentation

◆ Content

std::string flightgear::http::HTTPRequest::Content

Definition at line 46 of file HTTPRequest.hxx.

◆ HeaderVariables

StringMap flightgear::http::HTTPRequest::HeaderVariables

Definition at line 58 of file HTTPRequest.hxx.

◆ HttpVersion

std::string flightgear::http::HTTPRequest::HttpVersion

Definition at line 38 of file HTTPRequest.hxx.

◆ localAddress

std::string flightgear::http::HTTPRequest::localAddress

Definition at line 43 of file HTTPRequest.hxx.

◆ localPort

int flightgear::http::HTTPRequest::localPort

Definition at line 44 of file HTTPRequest.hxx.

◆ Method

std::string flightgear::http::HTTPRequest::Method

Definition at line 36 of file HTTPRequest.hxx.

◆ QueryString

std::string flightgear::http::HTTPRequest::QueryString

Definition at line 39 of file HTTPRequest.hxx.

◆ remoteAddress

std::string flightgear::http::HTTPRequest::remoteAddress

Definition at line 41 of file HTTPRequest.hxx.

◆ remotePort

int flightgear::http::HTTPRequest::remotePort

Definition at line 42 of file HTTPRequest.hxx.

◆ RequestVariables

StringMap flightgear::http::HTTPRequest::RequestVariables

Definition at line 56 of file HTTPRequest.hxx.

◆ Uri

std::string flightgear::http::HTTPRequest::Uri

Definition at line 37 of file HTTPRequest.hxx.


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