Encapsulates a client request. More...
#include <ClientRequest.h>
Inherits atscppapi::Request.
Public Member Functions | |
const Url & | getPristineUrl () const |
Returns the pristine (pre-remap) client request URL. | |
~ClientRequest () |
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.
Definition at line 38 of file ClientRequest.h.
atscppapi::ClientRequest::~ClientRequest | ( | ) |
const Url& atscppapi::ClientRequest::getPristineUrl | ( | ) | const |