class HTTP::Request

def proxy_connect_header

Compute HTTP request header SSL proxy connection
def proxy_connect_header
  "CONNECT #{host}:#{port} HTTP/#{version}"
end