Go to file
2014-11-07 16:01:41 +13:00
netlib .flush can raise NetlibDisconnect. This fixes a traceback found in fuzzing. 2014-11-07 16:01:41 +13:00
test Simplify expected_http_body_size signature, fixing a traceback found in fuzzing 2014-11-07 15:59:00 +13:00
tools minor cleanups 2014-08-16 15:53:07 +02:00
.coveragerc Integrate HTTP auth, test to 100% 2013-03-03 10:37:28 +13:00
.gitignore minor changes 2014-09-28 03:15:26 +02:00
.travis.yml improve distribution 2014-09-08 18:58:07 +02:00
LICENSE Add an explicit license file. 2014-02-26 10:09:36 +13:00
MANIFEST.in distutils -> setuptools 2014-10-01 23:22:53 +02:00
README.mkd fix #46 2014-08-19 13:48:52 +02:00
requirements.txt improve distribution 2014-09-08 18:58:07 +02:00
setup.py distutils -> setuptools 2014-10-01 23:22:53 +02:00

Build Status Coverage Status

Netlib is a collection of network utility classes, used by the pathod and mitmproxy projects. It differs from other projects in some fundamental respects, because both pathod and mitmproxy often need to violate standards. This means that protocols are implemented as small, well-contained and flexible functions, and are designed to allow misbehaviour when needed.

Requirements