2012-06-21 04:25:27 +00:00
|
|
|
{% extends "frame.html" %}
|
2012-04-28 00:42:03 +00:00
|
|
|
{% block body %}
|
2012-06-28 23:53:59 +00:00
|
|
|
|
|
|
|
<div class="hero-unit">
|
2012-07-24 11:13:04 +00:00
|
|
|
<h1>Testing and torturing HTTP clients and servers.</h1>
|
2012-06-28 23:53:59 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
2012-07-24 11:13:04 +00:00
|
|
|
<div class="span6">
|
2012-06-28 23:53:59 +00:00
|
|
|
<div class="well">
|
|
|
|
<h1> <a href="/docs/pathod">pathod</a> </h1>
|
|
|
|
|
|
|
|
A pathological web daemon.
|
|
|
|
|
2012-07-24 11:13:04 +00:00
|
|
|
{% include "response_previewform.html" %}
|
2012-06-28 23:53:59 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-07-24 11:13:04 +00:00
|
|
|
<div class="span6">
|
2012-06-28 23:53:59 +00:00
|
|
|
<div class="well">
|
|
|
|
<h1> <a href="/docs/pathoc">pathoc</a> </h1>
|
|
|
|
|
|
|
|
A perverse HTTP client.
|
|
|
|
|
2012-07-24 11:13:04 +00:00
|
|
|
{% include "request_previewform.html" %}
|
2012-06-28 23:53:59 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-07-24 11:13:04 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="span12">
|
2012-06-28 23:53:59 +00:00
|
|
|
<div class="well">
|
|
|
|
<h1> <a href="/docs/test">libpathod.test</a> </h1>
|
|
|
|
|
|
|
|
Using pathod and pathoc in your unit tests.
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2012-06-21 04:25:27 +00:00
|
|
|
{% endblock %}
|