HttpRequest.host

Sets the hostname (and the "Host" header). Must not include a port number. Does not change the previously-set port number.

  1. string host [@property getter]
  2. string host [@property setter]
    class HttpRequest
    @property pure
    void
    host
    (
    string _host
    )

Meta