summaryrefslogtreecommitdiff
path: root/module.go
diff options
context:
space:
mode:
authorRafi Ramadhana <42462215+rafiramadhana@users.noreply.github.com>2023-11-23 18:58:41 +0700
committerGitHub <noreply@github.com>2023-11-23 12:58:41 +0100
commitcbdbbd249239345f88bea031beb55e84c2f47688 (patch)
treef3b001d36c0da83a1827eb8008615f5f2577a638 /module.go
parent13322edf37510b6d3bb68a853368fd1a0a67a105 (diff)
Add custom request header (#18)
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 9b33de4..9947e76 100644
--- a/module.go
+++ b/module.go
@@ -97,5 +97,6 @@ var (
"proxy",
"ratelimit",
"cache",
+ "headers",
}
)