Function HTTPServerRequest.rootDir
The relative path to the root folder.
string rootDir() @property scope @safe const;
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.