module Roda::RodaPlugins::RequestAref::RequestMethods

def request_aref_allow(k)

Allow #[] calls
def request_aref_allow(k)
  params[k.to_s]
end