diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2024-02-07 23:20:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-07 23:20:55 +0100 |
| commit | 0d6494d164cc490d62473eae0fbd79d5573bb380 (patch) | |
| tree | 7a4586e89920b6abd4f6c7724f42634d66cf5f68 /module.go | |
| parent | 60139e7de275473332b560b4139a6a01c3da184c (diff) | |
Add retry module and change rate to requests per minute (#37)v0.7.0
Diffstat (limited to 'module.go')
| -rw-r--r-- | module.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ var ( // Transport adapters must be loaded in a specific order. // All other modules can be loaded in any order. "proxy", + "retry", "ratelimit", "cache", "headers", |