0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00
caddy/modules/caddyhttp/headers/headers_test.go

8 lines
95 B
Go
Raw Normal View History

2019-05-20 16:46:47 -05:00
package headers
import "testing"
func TestReqHeaders(t *testing.T) {
// TODO: write tests
}