Class: Thin::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/faye/adapters/thin.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asyncObject

Returns the value of attribute async.



55
56
57
# File 'lib/faye/adapters/thin.rb', line 55

def async
  @async
end

Instance Method Details

#headObject



58
59
60
# File 'lib/faye/adapters/thin.rb', line 58

def head
  async ? '' : thin_head
end

#thin_headObject



56
# File 'lib/faye/adapters/thin.rb', line 56

alias :thin_head :head