aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/wsgi.py
Commit message (Collapse)AuthorAgeFilesLines
* Porting to Python 3.4Sam Cleveland2015-11-111-5/+6
| | | | | | | | | | | | | | | | Updated wsgi to support Python 3.4 byte strings. Updated test_wsgi to remove py.test warning for TestApp having an __init__ constructor. samc$ sudo py.test netlib/test/test_wsgi.py -r w = test session starts = platform darwin -- Python 3.4.1, pytest-2.8.2, py-1.4.30, pluggy-0.3.1 rootdir: /Users/samc/src/python/netlib, inifile: collected 6 items netlib/test/test_wsgi.py ...... = 6 passed in 0.20 seconds =
* refactor response modelMaximilian Hils2015-09-261-3/+3
|
* minor encoding fixesMaximilian Hils2015-09-211-9/+9
|
* python 3++Maximilian Hils2015-09-211-27/+28
|
* python3++Maximilian Hils2015-09-201-14/+17
|
* headers: adjust everythingMaximilian Hils2015-09-051-11/+11
|
* rename content -> bodyThomas Kriechbaumer2015-07-221-3/+3
|
* mark unused variables and argumentsThomas Kriechbaumer2015-06-181-1/+1
|
* Adjust pep8 parameters, reformatAldo Cortesi2015-05-301-1/+2
|
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-24/+28
| | | | run the following command: $ autopep8 -i -r -a -a .
* ODict improvementsAldo Cortesi2015-04-151-11/+18
| | | | | | | | - Setting values now tries to preserve the existing order, rather than just appending to the end. - __repr__ now returns a repr of the tuple list. The old repr becomes a .format() method. This is clearer, makes troubleshooting easier, and doesn't assume all data in ODicts are header-like
* fix code smellMaximilian Hils2015-04-091-4/+4
|
* adapt netlib.wsgi to changes in mitmproxy/mitmproxy#341Maximilian Hils2014-09-031-16/+16
|
* minor cleanupsMaximilian Hils2014-08-161-1/+2
|
* adjust netlib.wsgi to reflect changes in mitmproxys flow formatMaximilian Hils2014-02-051-5/+10
|
* Make it possible to pass custom environment variables into wsgi apps.Aldo Cortesi2014-01-051-3/+4
|
* More accurate description of an HTTP read error, make pyflakes happy.Aldo Cortesi2013-02-241-4/+4
|
* Signal errors back to caller in WSGI .serve()Aldo Cortesi2012-07-111-0/+1
|
* Hunt down a tricky WSGI socket hang.Aldo Cortesi2012-06-261-1/+2
|
* WSGI SERVER_PORT should be a string.Aldo Cortesi2012-06-241-1/+1
|
* Adapt WSGI, convert test suite to nose.Aldo Cortesi2012-06-191-1/+14
|
* Import wsgi.Aldo Cortesi2012-06-191-0/+125