module Roda::RodaPlugins::DefaultHeaders::ResponseMethods

def default_headers

Get the default headers from the related roda class.
def default_headers
  roda_class.default_headers
end