HTTPRequest.host

Shortcut to the 'Host' header (always present for HTTP 1.1)

  1. string host [@property getter]
  2. string host [@property setter]
    class HTTPRequest
    @safe @property
    void
    host
    (
    string v
    )

Meta