# Fastly::RequestSettings ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | Allows you to terminate request handling and immediately perform an action. | [optional] | | **bypass_busy_wait** | **Integer** | Disable collapsed forwarding, so you don't wait for other objects to origin. | [optional] | | **default_host** | **String** | Sets the host header. | [optional] | | **force_miss** | **Integer** | Allows you to force a cache miss for the request. Replaces the item in the cache if the content is cacheable. | [optional] | | **force_ssl** | **Integer** | Forces the request use SSL (redirects a non-SSL to SSL). | [optional] | | **geo_headers** | **Integer** | Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers. | [optional] | | **hash_keys** | **String** | Comma separated list of varnish request object fields that should be in the hash key. | [optional] | | **max_stale_age** | **Integer** | How old an object is allowed to be to serve stale-if-error or stale-while-revalidate. | [optional] | | **name** | **String** | Name for the request settings. | [optional] | | **request_condition** | **String** | Condition which, if met, will select this configuration during a request. Optional. | [optional] | | **timer_support** | **Integer** | Injects the X-Timer info into the request for viewing origin fetch durations. | [optional] | | **xff** | **String** | Short for X-Forwarded-For. | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)