HTTPServerRequest.path

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.

class HTTPServerRequest
deprecated @safe scope
string
path
()

Meta