fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RequestSettingsAdditional

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | Option<**String**> | Allows you to terminate request handling and immediately perform an action. | 
**default_host** | Option<**String**> | Sets the host header. | 
**hash_keys** | Option<**String**> | Comma separated list of varnish request object fields that should be in the hash key. | 
**name** | Option<**String**> | Name for the request settings. | 
**request_condition** | Option<**String**> | Condition which, if met, will select this configuration during a request. Optional. | 
**xff** | Option<**String**> | Short for X-Forwarded-For. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)