Function HTTPServerRequest.path
string path() @safe;
Deprecated
The path part of the URL.
Note that this function contains the decoded version of the
requested path, which can yield incorrect results if the path
contains URL encoded path separators. Use requestPath
instead to
get an encoding-aware representation.