HTTPServerRequest.path

class HTTPServerRequest
@safe
string
path
()

Detailed Description

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.

Meta