class Goliath::Response

def head

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