class Sinatra::Response

def drop_body?

def drop_body?
  DROP_BODY_RESPONSES.include?(status.to_i)
end