Sha256: 280635a5940122ce182bb628367d2a1720961b1a9c6ea2d05a1989eb7d565f7a

Contents?: true

Size: 1.93 KB

Versions: 18

Compression:

Stored size: 1.93 KB

Contents

# Fastly::HeaderResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** | Accepts a string value. | [optional] |
| **cache_condition** | **String** | Name of the cache condition controlling when this configuration applies. | [optional] |
| **dst** | **String** | Header to set. | [optional] |
| **name** | **String** | A handle to refer to this Header object. | [optional] |
| **regex** | **String** | Regular expression to use. Only applies to `regex` and `regex_repeat` actions. | [optional] |
| **request_condition** | **String** | Condition which, if met, will select this configuration during a request. Optional. | [optional] |
| **response_condition** | **String** | Optional name of a response condition to apply. | [optional] |
| **src** | **String** | Variable to be used as a source for the header content. Does not apply to `delete` action. | [optional] |
| **substitution** | **String** | Value to substitute in place of regular expression. Only applies to `regex` and `regex_repeat` actions. | [optional] |
| **type** | **String** | Accepts a string value. | [optional] |
| **ignore_if_set** | **String** | Don't add the header if it is added already. Only applies to 'set' action. Numerical value (\"0\" = false, \"1\" = true) | [optional] |
| **priority** | **String** | Priority determines execution order. Lower numbers execute first. | [optional][default to '100'] |
| **service_id** | **String** |  | [optional][readonly] |
| **version** | **String** |  | [optional][readonly] |
| **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |
| **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
fastly-9.0.0 docs/HeaderResponse.md
fastly-8.10.0 docs/HeaderResponse.md
fastly-8.9.0 docs/HeaderResponse.md
fastly-8.8.0 docs/HeaderResponse.md
fastly-8.7.0 docs/HeaderResponse.md
fastly-8.6.0 docs/HeaderResponse.md
fastly-8.5.0 docs/HeaderResponse.md
fastly-8.4.0 docs/HeaderResponse.md
fastly-8.2.0 docs/HeaderResponse.md
fastly-8.1.0 docs/HeaderResponse.md
fastly-8.0.1 docs/HeaderResponse.md
fastly-8.0.0 docs/HeaderResponse.md
fastly-7.2.2 docs/HeaderResponse.md
fastly-7.2.1 docs/HeaderResponse.md
fastly-7.2.0 docs/HeaderResponse.md
fastly-7.1.1 docs/HeaderResponse.md
fastly-7.1.0 docs/HeaderResponse.md
fastly-7.0.0 docs/HeaderResponse.md