class Goliath::Response

Public Instance Methods

goliath_head()
Alias for: head
goliath_headers_output()
Alias for: headers_output
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