class Thin::Response
Attributes
async[RW]
Public Instance Methods
head()
click to toggle source
# File lib/faye/adapters/thin.rb, line 57 def head return '' if async and status == 101 thin_head end
Also aliased as: thin_head