HTTPServerRequest.rootDir

The relative path to the root folder.

Using this function instead of absolute URLs for embedded links can be useful to avoid dead link when the site is piped through a reverse-proxy.

The returned string always ends with a slash.

class HTTPServerRequest
@property const @safe
string
rootDir
()

Meta