{% extends "frame.html" %} {% block body %}
Tormenting HTTP clients and servers

pathod

A pathological web daemon.

{% include "response_previewform.html" %}

There is also a live, public instance of pathod here:

http://public.pathod.net/ go

Please use responsibly. There are some restrictions on the public server.

pathoc

A perverse HTTP client.

{% include "request_previewform.html" %}
> pathoc -n 3 google.com "get:/:ir,@1"
<< 200 OK: 44177 bytes
<< 405 Method Not Allowed: 959 bytes
<< 200 OK: 44107 bytes

libpathod.test

Using pathod in your unit tests.

libpathod.test

Using pathod in your unit tests.

{% include "examples_context.html" %}
{% endblock %}