Class Header
A Header
specifies a URL pattern that, if
matched to the request URL path, triggers Hosting to apply the specified custom response headers.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseHosting.v1beta1.Data
Assembly: Google.Apis.FirebaseHosting.v1beta1.dll
Syntax
public class Header : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Glob
The user-supplied glob to match against the request URL path.
Declaration
[JsonProperty("glob")]
public virtual string Glob { get; set; }
Property Value
Type | Description |
---|---|
string |
Headers
Required. The additional headers to add to the response.
Declaration
[JsonProperty("headers")]
public virtual IDictionary<string, string> Headers { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Regex
The user-supplied RE2 regular expression to match against the request URL path.
Declaration
[JsonProperty("regex")]
public virtual string Regex { get; set; }
Property Value
Type | Description |
---|---|
string |