lib/fastly/request_setting.rb in fastly-1.1.2 vs lib/fastly/request_setting.rb in fastly-1.1.3

- old
+ new

@@ -1,21 +1,21 @@ class Fastly # customize request handing. Best used with conditions class RequestSetting < BelongsToServiceAndVersion attr_accessor :service_id, :name, :force_miss, :force_ssl, :action, :bypass_busy_wait, :max_stale_age, :hash_keys, :xff, :time_support, :geo_headers, :default_host, :request_condition - ## + ## # :attr: service_id # # The id of the service this belongs to. - ## + ## # :attr: version # # The number of the version this belongs to. - ## + ## # :attr: name # # The name of the request setting ## @@ -30,17 +30,17 @@ # Force the request to use SSL, redirecting a non-SSL request to SSL. ## # :attr: action # - # Allows you to terminate request handling and immediately perform an + # Allows you to terminate request handling and immediately perform an # action. When set it can be lookup or pass (ignore the cache completely) ## # :attr: bypass_busy_wait # - # Disable collapsed forwarding, so you don't wait for other objects to + # Disable collapsed forwarding, so you don't wait for other objects to # origin ## # :attr: max_stale_age # @@ -48,28 +48,28 @@ # state-while-revalidate ## # :attr: hash_keys # - # Comma separated list of varnish request object fields that should be + # Comma separated list of varnish request object fields that should be # in the hash key ## # :attr: xff - # + # # X-Forwarded-For: should be clear, leave, append, append_all, or # overwrite ## # :attr: timer_support # - # Injects the X-Timer info into the request for viewing origin fetch + # Injects the X-Timer info into the request for viewing origin fetch # durations ## # :attr: geo_headers # - # Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region + # Injects Fastly-Geo-Country, Fastly-Geo-City, and Fastly-Geo-Region # into the request headers ## # :attr: default_host #