Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to ignore empty header value. | Benjamin Lee | 2015-11-17 | 1 | -1/+1 |
* | Merge branch 'http-models' | Maximilian Hils | 2015-09-28 | 2 | -40/+47 |
|\ | |||||
| * | refactor response model | Maximilian Hils | 2015-09-26 | 2 | -9/+9 |
| * | refactor request model | Maximilian Hils | 2015-09-26 | 2 | -33/+40 |
* | | fix mitmproxy/mitmproxy#784 | Maximilian Hils | 2015-09-28 | 1 | -5/+0 |
|/ | |||||
* | Headers: return str on all Python versions | Maximilian Hils | 2015-09-22 | 2 | -10/+10 |
* | improve http error messages | Maximilian Hils | 2015-09-19 | 1 | -4/+12 |
* | experimental: don't interfere with headers | Maximilian Hils | 2015-09-18 | 1 | -15/+5 |
* | clean up http message models | Maximilian Hils | 2015-09-17 | 1 | -4/+4 |
* | http1: add assemble_body function | Maximilian Hils | 2015-09-17 | 2 | -11/+17 |
* | organize exceptions, improve content-length handling | Maximilian Hils | 2015-09-17 | 2 | -9/+8 |
* | adjust http1-related code | Maximilian Hils | 2015-09-16 | 3 | -9/+14 |
* | finish netlib.http.http1 refactor | Maximilian Hils | 2015-09-16 | 3 | -78/+86 |
* | wip | Maximilian Hils | 2015-09-15 | 4 | -587/+473 |
* | don't yield empty chunks | Maximilian Hils | 2015-09-11 | 1 | -1/+1 |
* | headers: adjust everything | Maximilian Hils | 2015-09-05 | 1 | -21/+20 |
* | don't yield prefix and suffix | Maximilian Hils | 2015-08-29 | 1 | -6/+4 |
* | request -> request_method | Maximilian Hils | 2015-08-24 | 1 | -3/+3 |
* | read_response depends on request for stream_id | Thomas Kriechbaumer | 2015-08-21 | 1 | -2/+2 |
* | add HTTP/1.1 ALPN version string | Thomas Kriechbaumer | 2015-08-15 | 1 | -0/+2 |
* | cleanup whitespace | Thomas Kriechbaumer | 2015-08-10 | 1 | -22/+28 |
* | cleanup imports | Thomas Kriechbaumer | 2015-08-10 | 1 | -4/+0 |
* | add move tests and code from mitmproxy | Thomas Kriechbaumer | 2015-08-10 | 1 | -14/+0 |
* | fix mitmproxy tests | Thomas Kriechbaumer | 2015-08-02 | 1 | -1/+2 |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-08-01 | 1 | -33/+6 |
* | add on-the-wire representation methods | Thomas Kriechbaumer | 2015-07-29 | 1 | -2/+99 |
* | move code from mitmproxy to netlib | Thomas Kriechbaumer | 2015-07-27 | 1 | -10/+42 |
* | fix bugs | Thomas Kriechbaumer | 2015-07-22 | 1 | -9/+17 |
* | reduce public interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -281/+282 |
* | introduce EmptyRequest class | Thomas Kriechbaumer | 2015-07-22 | 1 | -2/+5 |
* | introduce ConnectRequest class | Thomas Kriechbaumer | 2015-07-22 | 1 | -1/+1 |
* | add Request class and unify read_request interface | Thomas Kriechbaumer | 2015-07-22 | 1 | -17/+5 |
* | refactor HTTP/1 as protocol | Thomas Kriechbaumer | 2015-07-22 | 1 | -444/+457 |
* | extract authentication methods from protocol | Thomas Kriechbaumer | 2015-07-22 | 1 | -37/+2 |
* | move bits around | Thomas Kriechbaumer | 2015-07-22 | 2 | -0/+519 |