hostRewrite property
Prior to forwarding the request to the selected destination, the requests host header is replaced by this value.
Implementation
@$pb.TagNumber(2)
$core.String get hostRewrite => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set hostRewrite($core.String v) {
$_setString(1, v);
}