# File lib/webrick/httpproxy.rb, line 250
    def do_OPTIONS(req, res)
      res['allow'] = "GET,HEAD,POST,OPTIONS,CONNECT"
    end