module Roda::RodaPlugins::HeaderMatchers::RequestMethods

def match_host(hostname)

Match if the host of the request is the same as the hostname.
def match_host(hostname)
  hostname === host
end