Public Instance methods
default_headers()
Get the default headers from the related roda class.
[show source]
# File lib/roda/plugins/default_headers.rb 56 def default_headers 57 roda_class.default_headers 58 end