method
do_GET
v1_9_3_392 -
Show latest stable
- Class:
WEBrick::HTTPProxyServer
do_GET(req, res)public
No documentation available.
# File lib/webrick/httpproxy.rb, line 182
def do_GET(req, res)
perform_proxy_request(req, res) do |http, path, header|
http.get(path, header)
end
end