Warning, /frameworks/kio/src/kioworkers/http/TODO is written in an unsupported language. File is not indexed.

0001 The following is a list of items that are currently missing or partially implemented
0002 in kio_http:
0003 
0004 - HTTP/1.1 Persistent Connections:
0005 The header often specifies the timeout value used for connections.
0006 Close the connection ourselves when the timeout has expired. That way
0007 we don't loose time sending stuff to an already closed connection.
0008 
0009 - HTTP/1.1 Pipelining support
0010 This more of an optimization of the http KIO worker that is intended to make it
0011 faster while using as few resources as possible.  Work on this is currently
0012 being done to add this support for KDE 3.x version.
0013 
0014 - WebDAV support:
0015 The majority of the work for this is done, see README.webdav. GUI integration
0016 into konqueror as a konqueror part would be nice, to add GUI support for
0017 features such as locking.
0018 
0019 - Rating(s) support.  https://www.w3.org/PICS/:
0020 This might involve an external program to parse the labels, and something to
0021 configure access accordingly.  There is only some basic things that need to be
0022 added to kio_http to support this.  The majority of the work has to be done at the
0023 application level.  A khtml plugin in kdeaddons to do this might be a nice idea.
0024 
0025 - P3P support:
0026 This can also be implemented as a plugin to konqueror and does
0027 not need any special support in HTTP except perhaps sending a
0028 flag that indicates that the web page provides some P3P information.
0029 This is something that can be added as a plugin to kdeaddons.
0030 
0031 
0032 Maintainers
0033 Waldo Bastian <bastian@kde.org>
0034 Dawit Alemayehu <adawit@kde.org>
0035 WebDAV support: Hamish Rodda <rodda@kde.org>