We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9e29d commit 5281ae0Copy full SHA for 5281ae0
client/README.md
@@ -20,7 +20,7 @@ client api has changed:
20
down a proxy.
21
- `proxy.ToxicsUpstream` and `proxy.ToxicsDownstream` have been merged into a
22
single `ActiveToxics` list.
23
- - `proxy.Toxics()`` no longer requires a direction to be specified, and will
+ - `proxy.Toxics()` no longer requires a direction to be specified, and will
24
return toxics for both directions.
25
- `proxy.SetToxic()` has been replaced by `proxy.AddToxic()`,
26
`proxy.UpdateToxic()`, and `proxy.RemoveToxic()`.
@@ -91,7 +91,6 @@ proxy.Delete()
91
92
```go
93
import (
94
- "net/http"
95
"testing"
96
"time"
97
0 commit comments