mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-25 12:20:34 +08:00
Implement headers middleware
This commit is contained in:
7
modules/caddyhttp/headers/headers_test.go
Normal file
7
modules/caddyhttp/headers/headers_test.go
Normal file
@ -0,0 +1,7 @@
|
||||
package headers
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestReqHeaders(t *testing.T) {
|
||||
// TODO: write tests
|
||||
}
|
Reference in New Issue
Block a user