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