Skip to content

Commit

Permalink
Update xhttp middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed May 22, 2024
1 parent f6a7390 commit 9999534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ retryIf := func(resp *xhttp.Response, err error) error {
resp, err := xhttp.NewRequest("GET", url, xhttp.WithRetry(retryIf, retry.Attempts(2)))
```

## Middlewares
## Middleware

Middleware configuration before or after.

Expand Down

0 comments on commit 9999534

Please sign in to comment.