summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/headers/headers_test.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-05-20 15:46:47 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-05-20 15:46:52 -0600
commitd22f64e6d41117c242fc4ecd00179e68b8f118c5 (patch)
treede059f4423337b6d58c6322c110eb6e928f1080e /modules/caddyhttp/headers/headers_test.go
parent22995e5655b3d5117743d98bf5c7ba8ed335a2c5 (diff)
Implement headers middleware
Diffstat (limited to 'modules/caddyhttp/headers/headers_test.go')
-rw-r--r--modules/caddyhttp/headers/headers_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/caddyhttp/headers/headers_test.go b/modules/caddyhttp/headers/headers_test.go
new file mode 100644
index 0000000..cb83d47
--- /dev/null
+++ b/modules/caddyhttp/headers/headers_test.go
@@ -0,0 +1,7 @@
+package headers
+
+import "testing"
+
+func TestReqHeaders(t *testing.T) {
+ // TODO: write tests
+}