module Roda::RodaPlugins::DefaultHeaders::ResponseMethods
Public Instance Methods
default_headers()
click to toggle source
Get the default headers from the related roda class.
# File lib/roda/plugins/default_headers.rb, line 42 def default_headers self.class.roda_class.default_headers.dup end