class Goliath::Response
Public Instance Methods
head()
click to toggle source
# File lib/faye/adapters/goliath.rb, line 39 def head (status == 101) ? '' : goliath_head end
Also aliased as: goliath_head
headers_output()
click to toggle source
# File lib/faye/adapters/goliath.rb, line 43 def headers_output (status == 101) ? '' : goliath_headers_output end
Also aliased as: goliath_headers_output