Cgi.host

The hostname in the request. If one program serves multiple domains, you can use this to differentiate between them.

class Cgi
immutable(char[]) host;

Meta