Function 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.
Prototype
string rootDir() @property const;
Authors
Sönke Ludwig, Jan Krüger, Ilya Shipunov
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.