blob: 30405375b95e484f8ab8113c3d8a74775222e446 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<div class="hero-unit">
<h1>Tools for testing and torturing HTTP clients, servers and proxies.</h1>
</div>
<div class="row">
<div class="span4">
<div class="well">
<h1> <a href="@!top!@/pathod.html">pathod</a> </h1>
A pathological web daemon.
</div>
</div>
<div class="span4">
<div class="well">
<h1> <a href="@!top!@/pathoc.html">pathoc</a> </h1>
A perverse HTTP client.
</div>
</div>
<div class="span4">
<div class="well">
<h1> <a href="@!top!@/test.html">libpathod.test</a> </h1>
Using pathod and pathoc in your unit tests.
</div>
</div>
</div>
|