Async 1.8.0
Async::HttpServerConnection::Request Struct Reference

#include <AsyncHttpServerConnection.h>

Public Member Functions

 Request (void)
 
void clear (void)
 
Requestoperator= (Request &&other)
 

Public Attributes

std::string method
 
std::string target
 
unsigned ver_major
 
unsigned ver_minor
 
Headers headers
 

Detailed Description

Examples
AsyncHttpServer_demo.cpp.

Definition at line 133 of file AsyncHttpServerConnection.h.

Constructor & Destructor Documentation

◆ Request()

Async::HttpServerConnection::Request::Request ( void )
inline

Definition at line 141 of file AsyncHttpServerConnection.h.

References clear().

Member Function Documentation

◆ clear()

void Async::HttpServerConnection::Request::clear ( void )
inline

Definition at line 146 of file AsyncHttpServerConnection.h.

References headers, method, target, ver_major, and ver_minor.

Referenced by Request().

◆ operator=()

Request & Async::HttpServerConnection::Request::operator= ( Request && other)
inline

Definition at line 156 of file AsyncHttpServerConnection.h.

References headers, method, target, ver_major, and ver_minor.

Member Data Documentation

◆ headers

Headers Async::HttpServerConnection::Request::headers
Examples
AsyncHttpServer_demo.cpp.

Definition at line 139 of file AsyncHttpServerConnection.h.

Referenced by clear(), and operator=().

◆ method

std::string Async::HttpServerConnection::Request::method
Examples
AsyncHttpServer_demo.cpp.

Definition at line 135 of file AsyncHttpServerConnection.h.

Referenced by clear(), and operator=().

◆ target

std::string Async::HttpServerConnection::Request::target
Examples
AsyncHttpServer_demo.cpp.

Definition at line 136 of file AsyncHttpServerConnection.h.

Referenced by clear(), and operator=().

◆ ver_major

unsigned Async::HttpServerConnection::Request::ver_major
Examples
AsyncHttpServer_demo.cpp.

Definition at line 137 of file AsyncHttpServerConnection.h.

Referenced by clear(), and operator=().

◆ ver_minor

unsigned Async::HttpServerConnection::Request::ver_minor
Examples
AsyncHttpServer_demo.cpp.

Definition at line 138 of file AsyncHttpServerConnection.h.

Referenced by clear(), and operator=().


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