The new host for the request.
String? get host => _wrapped.host;
set host(String? v) { _wrapped.host = v; }