Re: [Twisted-Python] HTTP Proxy client?

2009-04-09 Thread Jack Moffitt
> 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

[Twisted-Python] HTTP Proxy client?

2009-04-09 Thread Alec Flett
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? Alec ___ Twisted-Python mailing

[Twisted-Python] ZeroC Ice + Twisted?

2009-04-09 Thread Einar S . Idsø
Dear listmembers, I have a project that requires me to use ZeroC Ice for communicating with a server application. I would very much like to use Twisted for this project, and am therefore wondering if anyone has any experience with using Twisted with ZeroC Ice? Previous posts on this list have men