[#HTTPRequest-GetURI] = xref:HTTPRequest.adoc[HTTPRequest]::GetURI :relfileprefix: ../ :mrdocs: Returns the request target (URI) of the request. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string GetURI() const; ---- == Return Value The request target (URI) from the request line. [.small]#Created with https://www.mrdocs.com[MrDocs]#