atscppapi
1.0.9
C++ wrapper for Apache Traffic Server API
|
Encapsulates a client request. A client request is different from a server request as it has two URLs - the pristine URL sent by the client and a remapped URL created by the server. More...
#include "ClientRequest.h"
Public Member Functions | |
const Url & | getPristineUrl () const |
![]() | |
Request (const std::string &url, HttpMethod method=HTTP_METHOD_GET, HttpVersion version=HTTP_VERSION_1_1) | |
HttpMethod | getMethod () const |
Url & | getUrl () |
HttpVersion | getVersion () const |
Headers & | getHeaders () const |
Encapsulates a client request. A client request is different from a server request as it has two URLs - the pristine URL sent by the client and a remapped URL created by the server.
const Url & atscppapi::ClientRequest::getPristineUrl | ( | ) | const |
Returns the pristine (pre-remap) client request URL