Returns the request target (URI) of the request.
Synopsis
Declared in <httpserver.h>
std::string
GetURI() const;
Return Value
The request target (URI) from the request line.
Created with MrDocs
Returns the request target (URI) of the request.
Declared in <httpserver.h>
std::string
GetURI() const;
The request target (URI) from the request line.
Created with MrDocs