Cgi.requestUri

The full url if the current request, excluding the protocol and host. requestUri == scriptName ~ pathInfo ~ (queryString.length ? "?" ~ queryString : "");

class Cgi
immutable(char[]) requestUri;
Suggestion Box / Bug Report