module Roda::RodaPlugins::Base

  1. lib/roda.rb
  2. lib/roda/plugins/default_headers.rb
  3. lib/roda/request.rb
  4. lib/roda/response.rb
  5. show all

The base plugin for Roda, implementing all default functionality. Methods are put into a plugin so future plugins can easily override them and call super to get the default behavior.