summaryrefslogtreecommitdiff
path: root/module.go
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2024-02-07 23:20:55 +0100
committerGitHub <noreply@github.com>2024-02-07 23:20:55 +0100
commit0d6494d164cc490d62473eae0fbd79d5573bb380 (patch)
tree7a4586e89920b6abd4f6c7724f42634d66cf5f68 /module.go
parent60139e7de275473332b560b4139a6a01c3da184c (diff)
Add retry module and change rate to requests per minute (#37)v0.7.0
Diffstat (limited to 'module.go')
-rw-r--r--module.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/module.go b/module.go
index 9947e76..75d876d 100644
--- a/module.go
+++ b/module.go
@@ -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",