Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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 {
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop.go21 type HTTP2InteropCtx struct { struct
23 ServerHost string
24 ServerPort int
25 UseTLS bool
26 UseTestCa bool
27 ServerHostnameOverride string
29 T *testing.T member
32 serverSpec string
33 authority string
34 rootCAs *x509.CertPool
[all …]
Ds6.5.go9 func testSmallMaxFrameSize(ctx *HTTP2InteropCtx) error {
36 func testAllSettingsFramesAcked(ctx *HTTP2InteropCtx) error {