module Roda::RodaPlugins::DefaultHeaders::ClassMethods

def default_headers

The default response headers to use for the current class.
def default_headers
  opts[:default_headers]
end