module Qeweney::RoutingMethods

def on_plain_http(route, &block)

def on_plain_http(route, &block)
  return unless scheme == 'http'
  route_found(&block)
end