~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to twisted/web2/TODO

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

Show diffs side-by-side

added added

removed removed

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