Async 1.8.0
|
#include <AsyncHttpServerConnection.h>
Public Member Functions | |
Request (void) | |
void | clear (void) |
Request & | operator= (Request &&other) |
Public Attributes | |
std::string | method |
std::string | target |
unsigned | ver_major |
unsigned | ver_minor |
Headers | headers |
Definition at line 133 of file AsyncHttpServerConnection.h.
|
inline |
Definition at line 141 of file AsyncHttpServerConnection.h.
References clear().
|
inline |
Headers Async::HttpServerConnection::Request::headers |
Definition at line 139 of file AsyncHttpServerConnection.h.
Referenced by clear(), and operator=().
std::string Async::HttpServerConnection::Request::method |
Definition at line 135 of file AsyncHttpServerConnection.h.
Referenced by clear(), and operator=().
std::string Async::HttpServerConnection::Request::target |
Definition at line 136 of file AsyncHttpServerConnection.h.
Referenced by clear(), and operator=().
unsigned Async::HttpServerConnection::Request::ver_major |
Definition at line 137 of file AsyncHttpServerConnection.h.
Referenced by clear(), and operator=().
unsigned Async::HttpServerConnection::Request::ver_minor |
Definition at line 138 of file AsyncHttpServerConnection.h.
Referenced by clear(), and operator=().