Sha256: 5561b23a37a988cc2b984d84f1ca194a8668675011f86a784da0d74b2ed7dc2f
Contents?: true
Size: 1.47 KB
Versions: 20
Compression:
Stored size: 1.47 KB
Contents
# Fastly::Header ## 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] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
20 entries across 20 versions & 1 rubygems