twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit 131b211e1e514411be04457969b2906c6203fc50
parent 5edfaa88e348dca84658fbdd2f9cc526c4310fe8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 13 Jun 2019 00:05:52 +0200

website

Diffstat:
Aweb/index.html | 28++++++++++++++++++++++++++++
Aweb/twister.pdf | 0
2 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/web/index.html b/web/index.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html> + <head> + <meta name="generator" content= + "HTML Tidy for HTML5 for Linux/x86 version 5.2.0"> + <title></title> + </head> + <body> + <h4>Twister</h4> + <p> + The Twister is a HTTP proxy written in C with the capability + of modifying the data being passed through. The modifications + must be batched by the user while the Twister is running.</p> + <p> + The Twister was originally written to test <a href="https://taler.net"> + Taler</a> components, but can be used completely standalone.</p> + + <h4>Code</h4> + <p> + The Twister is Free Software, and the code can be downloaded + via Git at <tt>git://git.taler.net/twister</tt></p> + </body> + + <h4>Documentation</h4> + <p> + General concepts regarding the Twister are explained in the + following <a href="twister.pdf">slides</a>.</p> +</html> diff --git a/web/twister.pdf b/web/twister.pdf Binary files differ.