# File lib/mongrel/configurator.rb, line 150 def uri(location, options={}) ops = resolve_defaults(options) @listener.register(location, ops[:handler], ops[:in_front]) end