mirror of
https://github.com/buger/goreplay
synced 2026-04-22 23:27:07 +08: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
|
||||
while read line; do
|
||||
echo $line
|
||||
end
|
||||
done
|
||||
```
|
||||
|
||||
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