blob: acd389f94c4d7801c0778c6584da1a38e1698e20 (
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
31
|
<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> pathod </h1>
A pathological web daemon.
</div>
</div>
<div class="span4">
<div class="well">
<h1> pathoc </h1>
A perverse HTTP client.
</div>
</div>
<div class="span4">
<div class="well">
<h1> libpathod.test </h1>
Use pathod and pathoc in your unit tests.
</div>
</div>
</div>
|