Function HTTPServerRequest.path
The path part of the URL.
deprecated string path() scope @safe;
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.