caddy/modules/caddyhttp/headers/headers_test.go

8 lines
95 B
Go
Raw Normal View History

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