Flowdock

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

MUST_REVALIDATE = "must-revalidate".freeze

PRIVATE = "private".freeze

PUBLIC = "public".freeze

NO_CACHE = "no-cache".freeze

DEFAULT_CACHE_CONTROL = "max-age=0, private, must-revalidate".freeze

SPECIAL_KEYS = Set.new(%w[extras no-cache max-age public must-revalidate])

CACHE_CONTROL = "Cache-Control".freeze

ETAG = "ETag".freeze

LAST_MODIFIED = "Last-Modified".freeze

DATE = 'Date'.freeze

Attributes

[R] etag?
[R] etag
[R] cache_control
Show files where this module is defined (1 file)
Register or log in to add new notes.