mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-16 21:56:40 -05:00
7 lines
95 B
Go
7 lines
95 B
Go
package headers
|
|
|
|
import "testing"
|
|
|
|
func TestReqHeaders(t *testing.T) {
|
|
// TODO: write tests
|
|
}
|