Class: Rack::Request
- Inherits:
-
Object
- Object
- Rack::Request
- Defined in:
- lib/rufus/sixjo.rb
Instance Method Summary collapse
-
#content ⇒ Object
not sure about this one, might vanish soon.
-
#etags ⇒ Object
returns an array of ETags.
Instance Method Details
#content ⇒ Object
not sure about this one, might vanish soon
41 42 43 |
# File 'lib/rufus/sixjo.rb', line 41 def content @env['rack.request.form_vars'] end |
#etags ⇒ Object
returns an array of ETags
48 49 50 |
# File 'lib/rufus/sixjo.rb', line 48 def (@env['HTTP_IF_NONE_MATCH'] || '').split(/\s*,\s*/) end |