Class HttpRouteURLRewrite
The specification for modifying the URL of the request, prior to forwarding the request to the destination.
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class HttpRouteURLRewrite : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostRewrite
Prior to forwarding the request to the selected destination, the requests host header is replaced by this value.
Declaration
[JsonProperty("hostRewrite")]
public virtual string HostRewrite { get; set; }
Property Value
Type | Description |
---|---|
string |
PathPrefixRewrite
Prior to forwarding the request to the selected destination, the matching portion of the requests path is replaced by this value.
Declaration
[JsonProperty("pathPrefixRewrite")]
public virtual string PathPrefixRewrite { get; set; }
Property Value
Type | Description |
---|---|
string |