Go to file
2015-06-27 10:35:32 +12:00
.sources Examples and documentation. 2012-11-02 14:22:54 +13:00
examples fix pep8 whitespace 2015-06-18 18:15:22 +02:00
libpathod Merge branch 'master' of ssh.github.com:mitmproxy/pathod 2015-06-27 10:35:32 +12:00
test http2: implement embedded response 2015-06-26 10:48:42 +02:00
.appveyor.yml synchronize metadata files across projects 2015-06-26 23:44:00 +02:00
.coveragerc Remove bundled pyparsing, install as external package 2015-05-03 10:11:51 +12:00
.env Housekeeping: .env and fix unit tests 2015-04-17 15:27:50 +12:00
.gitignore prettify html docs 2015-06-26 10:48:42 +02:00
.jsbeautifyrc apply js-beautify changes selectivly 2015-06-26 11:48:22 +02:00
.landscape.yml synchronize metadata files across projects 2015-06-26 23:44:00 +02:00
.travis.yml Travis to Slack 2015-06-23 13:55:25 +12:00
CHANGELOG Changelog, remove entry points in favor of scripts 2014-11-08 14:42:10 +13:00
LICENSE setup.py, LICENSE, README.txt 2012-04-29 21:30:48 +12:00
MANIFEST.in distutils -> setuptools 2014-10-02 00:05:29 +02:00
pathoc refactor cmdline tests 2015-06-15 15:50:44 +02:00
pathod refactor cmdline tests 2015-06-15 15:50:44 +02:00
README.mkd Update README.mkd 2015-06-18 18:09:40 +02:00
README.txt fix github links 2015-05-29 19:57:06 +02:00
requirements.txt try harderer to fix travis 2014-08-30 18:12:34 +02:00
setup.py Merge pull request #27 from Kriechi/http2-wip 2015-06-18 16:16:40 +12:00

**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.


Documentation
-------------

The pathod documentation is self-hosted. Just fire up pathod, like so:
    
    ./pathod 

And then browse to:

    http://localhost:9999

You can aways view the documentation for the latest release at the pathod
website:
    
    http://pathod.net


Installing
----------

If you already have **pip** on your system, installing **pathod** and its
dependencies is dead simple:
    
    pip install pathod

The project has the following dependencies:

* netlib_
* requests_

The project's test suite uses the nose_ unit testing framework.

.. _netlib: https://github.com/mitmproxy/netlib
.. _requests: http://docs.python-requests.org/en/latest/index.html 
.. _nose: http://nose.readthedocs.org/en/latest/