class Thin::Response

Attributes

async[RW]

Public Instance Methods

head() click to toggle 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
thin_head()
Alias for: head