func TestRequest(t *testing.T) { … } func TestRequestWithTLS(t *testing.T) { … } func TestRequestWithoutHost(t *testing.T) { … } func TestRequestWithoutRequestURI(t *testing.T) { … } func TestRequestWithoutRemotePort(t *testing.T) { … } func TestResponse(t *testing.T) { … }