Searched refs:HandlerFunc (Results 1 – 1 of 1) sorted by relevance
/third_party/nghttp2/integration-tests/ |
D | server_tester.go | 67 func newServerTester(args []string, t *testing.T, handler http.HandlerFunc) *serverTester { argument 71 func newServerTesterConnectPort(args []string, t *testing.T, handler http.HandlerFunc, port int) *s… argument 80 func newServerTesterTLS(args []string, t *testing.T, handler http.HandlerFunc) *serverTester { argument 84 func newServerTesterTLSConnectPort(args []string, t *testing.T, handler http.HandlerFunc, port int)… argument 90 func newServerTesterTLSConfig(args []string, t *testing.T, handler http.HandlerFunc, clientConfig *… argument
|