alaCarte Maps
Renderer for OpenStreetMap tiles
HttpRequest::RequestData Struct Reference

#include <http_request.hpp>

Public Attributes

std::string method
 
std::string uri
 
int http_version_major
 
int http_version_minor
 
std::vector< Headerheaders
 

Detailed Description

Definition at line 43 of file http_request.hpp.

Member Data Documentation

std::vector<Header> HttpRequest::RequestData::headers

Definition at line 48 of file http_request.hpp.

int HttpRequest::RequestData::http_version_major

Definition at line 46 of file http_request.hpp.

int HttpRequest::RequestData::http_version_minor

Definition at line 47 of file http_request.hpp.

std::string HttpRequest::RequestData::method

Definition at line 44 of file http_request.hpp.

std::string HttpRequest::RequestData::uri

Definition at line 45 of file http_request.hpp.


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