An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
Go to file
Aldo Cortesi 0269d0fb8b repr for websocket frames 2015-06-05 17:08:22 +12:00
netlib repr for websocket frames 2015-06-05 17:08:22 +12:00
test Revert "tcp: clear_log to clear socket logs" 2015-06-05 11:50:29 +12:00
tools cleanup code with autopep8 2015-05-27 11:19:11 +02:00
.coveragerc
.env Initial outline of a cookie parsing and serialization module. 2015-04-12 10:26:09 +12:00
.gitignore improve travis coding style checks 2015-05-29 11:41:39 +02:00
.travis.yml improve travis coding style checks 2015-05-29 11:41:39 +02:00
LICENSE
MANIFEST.in
README.mkd pypy support, faster travis builds 2015-02-07 01:43:25 +01:00
check_coding_style.sh improve travis coding style checks 2015-05-29 11:41:39 +02:00
requirements.txt
setup.cfg Adjust pep8 parameters, reformat 2015-05-30 12:02:58 +12:00
setup.py distribute cffi correctly 2015-05-30 15:15:08 +02:00

README.mkd

Build Status Coverage Status Latest Version Supported Python versions Supported Python implementations

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