module Roda::RodaPlugins::DefaultHeaders::ResponseMethods

  1. lib/roda/plugins/default_headers.rb

Methods

Public Instance

  1. default_headers

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