Home
last modified time | relevance | path

Searched defs:HTTP2InteropCtx (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/tools/http2_interop/
Dhttp2interop.go35 type HTTP2InteropCtx struct { struct
37 ServerHost string
38 ServerPort int
39 UseTLS bool
40 UseTestCa bool
41 ServerHostnameOverride string
43 T *testing.T member
46 serverSpec string
47 authority string
48 rootCAs *x509.CertPool
[all …]
Ds6.5.go23 func testSmallMaxFrameSize(ctx *HTTP2InteropCtx) error {
50 func testAllSettingsFramesAcked(ctx *HTTP2InteropCtx) error {