Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds example to proxy all the responses.
Adds example to proxy all the responses.
  • Loading branch information
leandromoreira committed Nov 5, 2014
1 parent 5e734a4 commit 8bcafa5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/examples.rst
Expand Up @@ -10,6 +10,10 @@ Proxying on an HTTP backend and sending back 50x errors 20% of the time::
$ vaurien --protocol http --proxy 0.0.0.0:8888 --backend blog.ziade.org:80 \
--behavior 20:error

And you can also simulate 50x errors 20% of the time to all responses::

$ vaurien --protocol http --proxy 0.0.0.0:8888 --backend 0.0.0.0:80 \
--behavior 20:error

An SSL SMTP proxy with a 5% error rate and 10% delays::

Expand Down

0 comments on commit 8bcafa5

Please sign in to comment.