Go to file
Aldo Cortesi 5dcc7f78df Merge pull request #34 from bbaetz/master
Change the criticality of a number of X509 extentions, to match
2014-09-07 12:50:36 +12:00
netlib Merge pull request #34 from bbaetz/master 2014-09-07 12:50:36 +12:00
test adapt netlib.wsgi to changes in mitmproxy/mitmproxy#341 2014-09-03 17:15:50 +02: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 Certificate flags 2014-03-10 17:29:27 +13:00
.travis.yml Merge branch 'master' of ssh.github.com:cortesi/netlib 2014-01-28 15:14:01 +13:00
LICENSE Add an explicit license file. 2014-02-26 10:09:36 +13:00
MANIFEST.in use markdown for readme 2013-12-13 15:09:42 +01:00
README.mkd fix #46 2014-08-19 13:48:52 +02:00
requirements.txt fix #28 2014-03-10 17:43:39 +01:00
setup.py fix #46 2014-08-19 13:48:52 +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