Lines Matching refs:HTTP2InteropCtx
21 type HTTP2InteropCtx struct { struct
80 func testClientShortSettings(ctx *HTTP2InteropCtx, length int) error { argument
111 func testClientPrefaceWithStreamId(ctx *HTTP2InteropCtx) error { argument
140 func testUnknownFrameType(ctx *HTTP2InteropCtx) error { argument
194 func testShortPreface(ctx *HTTP2InteropCtx, prefacePrefix string) error { argument
213 func testTLSMaxVersion(ctx *HTTP2InteropCtx, version uint16) error { argument
238 func testTLSApplicationProtocol(ctx *HTTP2InteropCtx) error { argument
263 func testTLSBadCipherSuites(ctx *HTTP2InteropCtx) error { argument
365 func connect(ctx *HTTP2InteropCtx) (*CapConn, error) { argument
382 func buildTlsConfig(ctx *HTTP2InteropCtx) *tls.Config { argument
391 func connectWithoutTls(ctx *HTTP2InteropCtx) (*CapConn, error) { argument
399 func connectWithTls(ctx *HTTP2InteropCtx, config *tls.Config) (*CapConn, error) { argument