class HTTP::Request
def stream(socket)
def stream(socket) include_proxy_authorization_header if using_authenticated_proxy? && !@uri.https? Request::Writer.new(socket, body, headers, headline).stream end
def stream(socket) include_proxy_authorization_header if using_authenticated_proxy? && !@uri.https? Request::Writer.new(socket, body, headers, headline).stream end