mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
fix error in bash example
This commit is contained in:
committed by
Leonid Bugaev
parent
22a67df6c0
commit
f8a1b9dde6
+2
-2
@@ -26,7 +26,7 @@ Simple bash echo middleware (returns same request) will look like this:
|
|||||||
```bash
|
```bash
|
||||||
while read line; do
|
while read line; do
|
||||||
echo $line
|
echo $line
|
||||||
end
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
Middleware can be enabled using `--middleware` option, by specifying path to executable file:
|
Middleware can be enabled using `--middleware` option, by specifying path to executable file:
|
||||||
@@ -71,4 +71,4 @@ Imagine that you have auth system that randomly generate access tokens, which us
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
You may also read about [[Request filtering]], [[Rate limiting]] and [[Request rewriting]].
|
You may also read about [[Request filtering]], [[Rate limiting]] and [[Request rewriting]].
|
||||||
|
|||||||
Reference in New Issue
Block a user