HTTPRequest.requestURI

The request URI

Note that the request URI usually does not include the global 'http://server' part, but only the local path and a query string. A possible exception is a proxy server, which will get full URLs.

class HTTPRequest
@safe
string requestURI;

Meta