module Roda::RodaPlugins::HeaderMatchers::RequestMethods
def match_header(key)
def match_header(key) if v = @env["HTTP_#{key.upcase.tr("-","_")}"] @captures << v end end
def match_header(key) if v = @env["HTTP_#{key.upcase.tr("-","_")}"] @captures << v end end