> Is there any way to make twisted.web.client talk through an HTTP proxy? > > I don't know enough about http to know if its as simple as opening the > connection to the proxy and just including the full URL in the GET line?
I would expect that twisted.web.proxy.ProxyClient does what you want. You can read about it here: http://twistedmatrix.com/documents/current/api/twisted.web.proxy.html I just recently made use of the ReverseProxy parts, and they worked well. jack. _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python