mirror of https://github.com/vee1e/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penet
Find a file
Maximilian Hils 4d17ddba38 Merge pull request #105 from bltb/master
Allow empty HTTP header value.
2015-11-17 11:19:33 +01:00
netlib Fix to ignore empty header value. 2015-11-17 04:51:20 +11:00
test Add test for empty header field value. 2015-11-17 06:51:22 +11:00
tools
.appveyor.yml update appveyor 2015-09-21 01:13:59 +02:00
.coveragerc always use py.test 2015-09-21 01:08:19 +02:00
.env update .env 2015-09-01 18:58:18 +02:00
.gitignore python3++ 2015-09-20 19:40:09 +02:00
.landscape.yml
.travis.yml always use py.test 2015-09-21 01:08:19 +02:00
check_coding_style.sh
CONTRIBUTORS Add CONTRIBUTORS 2015-11-06 14:08:38 +13:00
LICENSE
MANIFEST.in
README.mkd
requirements.txt remove pathod as dependency 2015-09-13 14:33:45 +02:00
setup.py be more conservative about dependency versions 2015-11-13 20:00:54 +01:00

Build Status Code Health Coverage Status Downloads Latest Version Supported Python versions

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

  • Python 2.7.x or a compatible version of pypy.
  • Third-party packages listed in setup.py

Hacking

If you'd like to work on netlib, check out the instructions in mitmproxy's README.