We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859f10d commit 6b078a6Copy full SHA for 6b078a6
lib/rack/reverse_proxy_matcher.rb
@@ -1,6 +1,6 @@
1
module Rack
2
class ReverseProxyMatcher
3
- def initialize(matcher,url=nil,options)
+ def initialize(matcher, url=nil, options={})
4
@default_url=url
5
@url=url
6
@options=options
0 commit comments