Changes between and of Initial VersionVersion 10Ticket #886
- Timestamp:
- 01/13/2009 03:38:02 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #886
- Property status changed from new to assigned
- Property summary changed from Rewrite twisted.web.client.getPage to support streaming of result data and returning headers etc. to Add an HTTP 1.1 client protocol implementation to twisted.web
- Property priority changed from low to high
- Property owner changed from jknight to exarkun
- Property branch changed from to branches/expressive-http-client-886-3
- Property branch_author changed from to exarkun
- Property keywords httpclient added
-
Ticket #886 – description
initial v10 1 Twisted Web only includes an HTTP 1.0 client protocol implementation. HTTP 1.1 includes numerous useful features which clients benefit from. 2 3 As a first step towards good HTTP 1.1 client support, add a low-level API for issuing HTTP 1.1 requests and parsing HTTP 1.1 responses (this excludes things like timeouts, following redirects, etc). Once this is done, higher-level APIs and more HTTP features can be added based on it.
