host property
The value of the hostHeader header, if any.
Implementation
@override
String? get host => value(HttpHeaders.hostHeader);
The value of the hostHeader header, if any.
Implementation
@override
set host(String? value) {
if (value != null) set(HttpHeaders.hostHeader, value);
}