D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
ri
/
Rack
/
ETag
/
Filename :
cdesc-ETag.yaml
back
Copy
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: Automatically sets the ETag header on all String bodies. - !ruby/struct:SM::Flow::P body: The ETag header is skipped if ETag or Last-Modified headers are sent or if a sendfile body (body.responds_to :to_path) is given (since such cases should be handled by apache/nginx). - !ruby/struct:SM::Flow::P body: "On initialization, you can pass two parameters: a Cache-Control directive used when Etag is absent and a directive when it is present. The first defaults to nil, while the second defaults to "max-age=0, private, must-revalidate"" constants: - !ruby/object:RI::Constant comment: name: ETAG_STRING value: "'ETag'.freeze" - !ruby/object:RI::Constant comment: name: DEFAULT_CACHE_CONTROL value: "\"max-age=0, private, must-revalidate\".freeze" full_name: Rack::ETag includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: call name: ETag superclass: Object