/usr/share/pyshared/twisted/web2/TODO is in python-twisted-web2 8.1.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - More Tests!
- Check if closing input stream does right thing (should close connection after response is written)
- Low level protocol:
- Authentication (basic and digest)
- Close connection if resource doesn't read entire input stream
- sendfile (initial sketch in stream.py, but needs work in twisted, too)
- Add parsers/generators for the rest of the headers:
- Cache-Control, Pragma, Trailer, Upgrade, Via, Warning
- Authorization, WWW-Authenticate
- Cookies
- Application server:
- Other useful filters: content-encoding, caching, others?
- Client library *LATER*
- Convert proxy, distrib
- Internal request submission API
- FastCGI client/server
|