mitmproxy/README.mkd
2012-06-24 10:54:37 +12:00

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