class Thin::Response
Attributes
Public Instance Methods
Source
# File lib/faye/adapters/thin.rb, line 59 def head return '' if async and status == 101 thin_head end
Also aliased as: thin_head
# File lib/faye/adapters/thin.rb, line 59 def head return '' if async and status == 101 thin_head end