aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev/models.rst
Commit message (Collapse)AuthorAgeFilesLines
* message.content -> .raw_content, implement .textMaximilian Hils2016-07-021-2/+0
| | | | | | | | | | | | | | | This PR improves our handling of HTTP message body encodings: - The unaltered message body is now accessible as `.raw_content` - The "content-encoding"-decoded content (i.e. gzip removed) content is not `.content`, as this is what we want in 99% of the cases. - `.text` now provides the "content-encoding"-decoded and then "content-type charset"-decoded message body. - The decoded values for `.content` and `.text` are cached, so that repeated access and `x.text = x.text` is cheap. - The `decoded()` decorator is now deprecated, as we can now just use `.content`. Similarly `HTTPMessage.get_decoded_content()` is deprecated.
* fix MultiView docsMaximilian Hils2016-06-061-4/+10
|
* docs++Maximilian Hils2016-05-181-0/+11
|
* docs: minor fixesMaximilian Hils2016-04-301-0/+1
|
* docs: better data structure docsMaximilian Hils2016-04-111-3/+7
|
* Docs and examples to top levelAldo Cortesi2016-02-181-0/+59
|
* move mitmproxyMaximilian Hils2016-02-151-59/+0
|
* adjust to netlib response changes + docsMaximilian Hils2015-09-261-8/+11
|
* adjust to netlib request changes + docsMaximilian Hils2015-09-261-8/+39
|
* docs: minor fixesMaximilian Hils2015-09-071-1/+1
|
* docs++Maximilian Hils2015-09-051-0/+1
|
* doc: headers classMaximilian Hils2015-09-051-1/+6
|
* rewrite basic docs for readthedocsMaximilian Hils2015-09-041-0/+19