HTTP:

- More http unit tests
- http/1.0 vs http/1.1 support
- Switch over to streams in http.py
- Enable Expect: 100-continue
- Pipelining
- Redirects
- Auth  la notsuckhttp.py
- getPage() a la twisted.web
- Improved connection management

WebDAV:

- Use ETags (e.g. attempt to fetch them if not returned from FETCH)
- Use If-Match:, If-None-Match:
- Cosmo interop
- Caching strategies


Other:

- Remove the slide requirement for test_webdav.py.
- Documentation (especially __doc__).
- More standard logging.


