module Roda::RodaPlugins::Base::ClassMethods

def set_default_headers

def set_default_headers
  @headers['Content-Type'] ||= 'text/html'
end