diff options
Diffstat (limited to 'doc-src/index.html')
-rw-r--r-- | doc-src/index.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc-src/index.html b/doc-src/index.html new file mode 100644 index 00000000..acd389f9 --- /dev/null +++ b/doc-src/index.html @@ -0,0 +1,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> |