HTTP application streams a response to the client gradually - how deal with it?

Harald Massa cpl.19.ghum at spamgourmet.com
Tue Apr 29 11:51:46 EDT 2003


Hello,

I want to connect to an HTTP application, that streams its response to the 
client gradually.

(it is a "web chat")

>From reading documentes and google, I learned that urllib will not fit.

Also httplib --- I only see methods that provide me with whole HTTP-
responses.

Is there any way to deal with "streamed http" without going to socket-
programming?


Tnx,

Harald





More information about the Python-list mailing list