Warning, /frameworks/khtml/src/kmultipart/README is written in an unsupported language. File is not indexed.

0001 KMultiPart implements "server push" for KHTML/Konqueror:
0002 it handles the multipart/mixed and multipart/x-mixed-replace
0003 mimetype, embedding the appropriate component (part).
0004 
0005 Documentation used to be at http://www.netscape.com/assist/net_sites/pushpull.html
0006  but that site is gone nowadays.
0007 
0008 Found more docs at:
0009  http://www.kiv.zcu.cz/~ledvina/vyuka/books/HTMLnya/ch38.htm
0010  https://docstore.mik.ua/orelly/web/html/ch14_03.html
0011 
0012 Typical real-world uses: webchats, webcams...
0013 
0014 Testcases:
0015   http://217.173.193.218/axis-cgi/mjpg/video.cgi?resolution=704x576,
0016   http://wtb.cc:5050
0017   http://palantir.santinoli.com:14334/
0018   http://moosworld.dyndns.org:4033/nphMotionJpeg?Resolution=320x240&Quality=Standard&NUMBER=1&time=1239198646918
0019   http://www.airport-nuernberg.de/_/tools/webcam.html?_FRAME=64&refresh=2&datei=webcam-0-0.jpg&bildpaket=1&oldcam=oldcam&pid=12541   (bug 123614)
0020   http://www.geodata.co.uk/sbc/    (bug 120220)
0021   http://www.fastpath.it/products/palantir/demo.html  (bug 115286)
0022   http://cpansearch.perl.org/src/LDS/CGI.pm-3.43/examples/index.html [does not work anymore]
0023   r257583 mentionned expedia.ca for the gzip encoding, need to add pmax for details
0024 
0025 TODO:
0026 * Use the new streaming API of KParts to pipe data into the part,
0027 the current code does that for KHTML only.
0028 * Change KHTML so that it embeds KMultiPart for images which send multipart/x-mixed-replace
0029 data.