class Goliath::Response

def head

def head
  (status == 101) ? '' : goliath_head
end

def headers_output

def headers_output
  (status == 101) ? '' : goliath_headers_output
end