WebService-Fastly
view release on metacpan or search on metacpan
lib/WebService/Fastly/Object/RequestSettingsResponse.pm view on Meta::CPAN
},
'updated_at' => {
datatype => 'DateTime',
base_name => 'updated_at',
description => 'Date and time in ISO 8601 format.',
format => 'date-time',
read_only => 'true',
},
'service_id' => {
datatype => 'string',
base_name => 'service_id',
description => '',
format => '',
read_only => 'true',
},
'version' => {
datatype => 'string',
base_name => 'version',
description => '',
format => '',
read_only => 'true',
},
'action' => {
datatype => 'string',
base_name => 'action',
description => 'Allows you to terminate request handling and immediately perform an action.',
format => '',
read_only => 'false',
},
'default_host' => {
datatype => 'string',
base_name => 'default_host',
description => 'Sets the host header.',
format => '',
read_only => 'false',
},
'hash_keys' => {
datatype => 'string',
base_name => 'hash_keys',
description => 'Comma separated list of varnish request object fields that should be in the hash key.',
format => '',
read_only => 'false',
},
'name' => {
datatype => 'string',
base_name => 'name',
description => 'Name for the request settings.',
format => '',
read_only => 'false',
},
'request_condition' => {
datatype => 'string',
base_name => 'request_condition',
description => 'Condition which, if met, will select this configuration during a request. Optional.',
format => '',
read_only => 'false',
},
'xff' => {
datatype => 'string',
base_name => 'xff',
description => 'Short for X-Forwarded-For.',
format => '',
read_only => 'false',
},
'bypass_busy_wait' => {
datatype => 'string',
base_name => 'bypass_busy_wait',
description => 'Disable collapsed forwarding, so you don't wait for other objects to origin.',
format => '',
read_only => 'false',
},
'force_miss' => {
datatype => 'string',
base_name => 'force_miss',
description => 'Allows you to force a cache miss for the request. Replaces the item in the cache if the content is cacheable.',
format => '',
read_only => 'false',
},
'force_ssl' => {
datatype => 'string',
base_name => 'force_ssl',
description => 'Forces the request use SSL (redirects a non-SSL to SSL).',
format => '',
read_only => 'false',
},
'geo_headers' => {
datatype => 'string',
base_name => 'geo_headers',
description => 'Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region into the request headers.',
format => '',
read_only => 'false',
},
'max_stale_age' => {
datatype => 'string',
base_name => 'max_stale_age',
description => 'How old an object is allowed to be to serve stale-if-error or stale-while-revalidate.',
format => '',
read_only => 'false',
},
'timer_support' => {
datatype => 'string',
base_name => 'timer_support',
description => 'Injects the X-Timer info into the request for viewing origin fetch durations.',
format => '',
read_only => 'false',
},
});
__PACKAGE__->openapi_types( {
'created_at' => 'DateTime',
'deleted_at' => 'DateTime',
'updated_at' => 'DateTime',
'service_id' => 'string',
'version' => 'string',
'action' => 'string',
'default_host' => 'string',
'hash_keys' => 'string',
'name' => 'string',
'request_condition' => 'string',
'xff' => 'string',
'bypass_busy_wait' => 'string',
( run in 0.694 second using v1.01-cache-2.11-cpan-39bf76dae61 )