Host header field value
Source position: httpdefs.pp line 422
public property THTTPHeader.Host : string index Ord(hhHost) read GetHeaderValue write SetHeaderValue;
Host contains the Host header field value, which specifies the hostname and port of the target server. This is required in HTTP/1.1 requests.