class Goliath::Response
Public Instance Methods
Source
# File lib/faye/adapters/goliath.rb, line 45 def head (status == 101) ? '' : goliath_head end
Also aliased as: goliath_head
Source
# File lib/faye/adapters/goliath.rb, line 49 def headers_output (status == 101) ? '' : goliath_headers_output end
Also aliased as: goliath_headers_output