Ticket #886 enhancement closed fixed
Add an HTTP 1.1 client protocol implementation to twisted.web
| Reported by: | itamarst | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | web | Keywords: | httpclient |
| Cc: | exarkun, jknight, ivank, truekonrads | Branch: |
branches/expressive-http-client-886-4
(diff, github, buildbot, log) |
| Author: | itamar, exarkun | Launchpad Bug: |
Description (last modified by exarkun) (diff)
Twisted Web only includes an HTTP 1.0 client protocol implementation. HTTP 1.1 includes numerous useful features which clients benefit from.
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

