aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_server.py
Commit message (Collapse)AuthorAgeFilesLines
* Unit test import cleanups.Aldo Cortesi2012-02-201-1/+0
|
* Fix an issue caused by some editors when editing a request/response body.Aldo Cortesi2012-01-211-1/+1
| | | | | | Many editors make it hard save a file without a terminating newline on the last line. When editing message bodies, this can cause problems. For now, I just strip the newlines off the end of the body when we return from an editor.
* Rewrite Headers object to preserve order and case.Aldo Cortesi2011-07-141-2/+2
|
* Fix unit tests on OSX when a system proxy is configured.Aldo Cortesi2011-03-141-4/+7
|
* Add client replay options to mitmdump.Aldo Cortesi2011-03-061-0/+75