class Sinatra::Response

def initialize(*)

def initialize(*)
  super
  headers['Content-Type'] ||= 'text/html'
end