Show / Hide Table of Contents

Class HttpRouteURLRewrite

The specification for modifying the URL of the request, prior to forwarding the request to the destination.

Inheritance
object
HttpRouteURLRewrite
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX