Class: Thin::Response
- Inherits:
-
Object
- Object
- Thin::Response
- Defined in:
- lib/faye/adapters/thin.rb
Instance Attribute Summary collapse
-
#async ⇒ Object
Returns the value of attribute async.
Instance Method Summary collapse
Instance Attribute Details
#async ⇒ Object
Returns the value of attribute async.
55 56 57 |
# File 'lib/faye/adapters/thin.rb', line 55 def async @async end |
Instance Method Details
#head ⇒ Object
58 59 60 |
# File 'lib/faye/adapters/thin.rb', line 58 def head async ? '' : thin_head end |
#thin_head ⇒ Object
56 |
# File 'lib/faye/adapters/thin.rb', line 56 alias :thin_head :head |