HTTPRequest::GetURI

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.