Method: Scrapify::Base::ClassMethods#http_cache_header
- Defined in:
- lib/scrapify/base.rb
#http_cache_header ⇒ Object
58 59 60 61 62 |
# File 'lib/scrapify/base.rb', line 58 def http_cache_header http_header.select do |(k, v)| HTTP_CACHE_HEADERS_TO_RETURN.map(&:upcase).include?(k.upcase) end end |