class HTTP::Request::Writer

def stream

Stream the request to a socket
def stream
  send_request_header
  send_request_body
end