Sha256: a793f1d9dd3726afe701e2cf526c0a51416398872f3b684c6dba1073796204c2

Contents?: true

Size: 1.85 KB

Versions: 20

Compression:

Stored size: 1.85 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] |
| **ignore_if_set** | **Integer** | Don't add the header if it is added already. Only applies to 'set' action. | [optional] |
| **name** | **String** | A handle to refer to this Header object. | [optional] |
| **priority** | **Integer** | Priority determines execution order. Lower numbers execute first. | [optional][default to 100] |
| **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] |
| **service_id** | **String** |  | [optional][readonly] |
| **version** | **Integer** |  | [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

20 entries across 20 versions & 1 rubygems

Version Path
fastly-6.0.2 docs/HeaderResponse.md
fastly-6.0.1 docs/HeaderResponse.md
fastly-6.0.0 docs/HeaderResponse.md
fastly-5.3.1 docs/HeaderResponse.md
fastly-5.3.0 docs/HeaderResponse.md
fastly-5.2.2 docs/HeaderResponse.md
fastly-5.2.1 docs/HeaderResponse.md
fastly-5.2.0 docs/HeaderResponse.md
fastly-5.1.1 docs/HeaderResponse.md
fastly-5.1.0 docs/HeaderResponse.md
fastly-5.0.0 docs/HeaderResponse.md
fastly-4.4.0 docs/HeaderResponse.md
fastly-4.3.0 docs/HeaderResponse.md
fastly-4.2.0 docs/HeaderResponse.md
fastly-4.1.0 docs/HeaderResponse.md
fastly-4.0.1.pre.alpha.0 docs/HeaderResponse.md
fastly-4.0.0 docs/HeaderResponse.md
fastly-4.0.0.alpha4 docs/HeaderResponse.md
fastly-4.0.0.alpha3 docs/HeaderResponse.md
fastly-4.0.0.alpha2 docs/HeaderResponse.md