Flowdock
method

setup_proxy_header

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: WEBrick::HTTPProxyServer
setup_proxy_header(req, res) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/httpproxy.rb, line 254
    def setup_proxy_header(req, res)
      # Choose header fields to transfer
      header = Hash.new
      choose_header(req, header)
      set_via(header)
      return header
    end
Register or log in to add new notes.