Non-parsed headers in Python

Steve Holden sholden at holdenweb.com
Fri Nov 2 08:57:29 EST 2001


"Laurent Dupont" <x00_ldu at nada.kth.se> wrote in message
news:3BE299F8.41112AB7 at nada.kth.se...
> Hello everybody,
>
> How do you specify in a Python CGI-script that you want non-parsed
> headers, e.g. in order to do a server-push (Content-type:
> multipart/x-mixed-replace) ?
>
This will depend which server you are using. There's quite a good
explanation of the topic at

    http://www.oreilly.com/openbook/cgi/ch03_08.html

but you'll need to look at your own server documentation to be sure.

regards
 STeve
--
http://www.holdenweb.com/








More information about the Python-list mailing list