mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
542 B
542 B
pathod is a collection of pathological tools for testing and torturing HTTP clients and servers. The project has three components:
- pathod, an pathological HTTP daemon.
- pathoc, a perverse HTTP client.
- libpathod.test, an API for easily using pathod and pathoc in unit tests.
Installing
If you already have pip on your system, installing pathod and its dependencies is dead simple:
pip install pathod
The project uses the nose unit testing framework, which you can get here:
FIXME