/external/grpc-grpc/examples/python/metadata/ |
D | README.md | 1 An example showing how to add custom HTTP2 headers (or [metadata](https://grpc.io/grpc/python/gloss… 3 HTTP2 supports initial headers and trailing headers, which gRPC utilizes both of them ([learn more]…
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/ |
D | http.proto | 18 HTTP2 = 1; enumerator 21 // caution to prevent accidental execution of QUIC code. I.e. `!= HTTP2` is no longer sufficient 22 // to distinguish HTTP1 and HTTP2 traffic.
|
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/type/v3/ |
D | http.proto | 18 HTTP2 = 1; enumerator 21 // caution to prevent accidental execution of QUIC code. I.e. `!= HTTP2` is no longer sufficient 22 // to distinguish HTTP1 and HTTP2 traffic.
|
/external/grpc-grpc/doc/ |
D | PROTOCOL-WEB.md | 6 [native gRPC protocol](PROTOCOL-HTTP2.md). 13 [native gRPC protocol](PROTOCOL-HTTP2.md). 34 # Protocol differences vs [gRPC over HTTP2](PROTOCOL-HTTP2.md) 57 HTTP/2 related behavior (specified in [gRPC over HTTP2](PROTOCOL-HTTP2.md)) 64 Message framing (vs. [http2-transport-mapping](PROTOCOL-HTTP2.md#http2-transport-mapping)) 90 …pc-web-javascript/0.1 (follow the same format as specified in [gRPC over HTTP2](PROTOCOL-HTTP2.md))
|
D | PROTOCOL-HTTP2.md | 1 # gRPC over HTTP2 4 …r <a href="https://tools.ietf.org/html/rfc7540">HTTP2 framing</a>. It assumes familiarity with the… 21 Request-Headers are delivered as HTTP2 headers in HEADERS + CONTINUATION frames. 53 HTTP2 requires that reserved headers, ones starting with ":" appear before all other headers. Addit… 68 Note that HTTP2 does not allow arbitrary octet sequences for header values so binary header values … 117 **Response-Headers** & **Trailers-Only** are each delivered in a single HTTP2 HEADERS frame block. … 143 Sample unary-call showing HTTP2 framing sequence 200 #### HTTP2 Transport Mapping 203 …HTTP2 stream-ids as call identifiers in this scheme. NOTE: These ids are contextual to an open HTT… 216 HTTP2 Code|GRPC Code [all …]
|
/external/pigweed/pw_grpc/ |
D | docs.rst | 9 ``pw_grpc`` is an implementation of the gRPC over HTTP2 protocol that utilizes 11 between pw_rpc packets and gRPC HTTP2 frames, allowing pw_rpc services to be 17 The ``Connection`` class implements the gRPC HTTP2 protocol on top of a socket
|
/external/curl/tests/data/ |
D | test1800 | 50 Connection: Upgrade, HTTP2-Settings 52 HTTP2-Settings: AAMAAABkAAQAAQAAAAIAAAAA
|
D | test1704 | 55 Connection: Upgrade, HTTP2-Settings 57 HTTP2-Settings: AAMAAABkAAQAAQAAAAIAAAAA
|
D | test1801 | 57 Connection: Upgrade, HTTP2-Settings 59 HTTP2-Settings: AAMAAABkAARAAAAAAAIAAAAA
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/ |
D | SslContextProviderTest.java | 40 Protocol.HTTP2, in sslContext_h2WithJdk_h2CiphersShouldBeUsed() 49 Protocol.HTTP2, in sslContext_h2WithOpenSsl_h2CiphersShouldBeUsed()
|
/external/cronet/stable/net/spdy/ |
D | DIR_METADATA | 2 component: "Internals>Network>HTTP2"
|
/external/cronet/tot/net/spdy/ |
D | DIR_METADATA | 2 component: "Internals>Network>HTTP2"
|
/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/ |
D | Protocol.java | 21 HTTP2 enumConstant
|
/external/grpc-grpc/src/core/ext/transport/chttp2/ |
D | README.md | 1 CHTTP2 - gRPC's implementation of a HTTP2 based transport
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/ |
D | README.md | 1 CHTTP2 - gRPC's implementation of a HTTP2 based transport
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/http2/ |
D | Http2SettingsFrameHandlerTest.java | 80 assertThat(protocolCompletableFuture.join()).isEqualTo(Protocol.HTTP2); in channelRead_useServerMaxStreams() 91 assertThat(protocolCompletableFuture.join()).isEqualTo(Protocol.HTTP2); in channelRead_useClientMaxStreams()
|
/external/grpc-grpc/ |
D | CONCEPTS.md | 52 The [gRPC protocol](doc/PROTOCOL-HTTP2.md) specifies the abstract requirements for communication be… 61 For a detailed description see [doc/PROTOCOL-HTTP2.md](doc/PROTOCOL-HTTP2.md).
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | CONCEPTS.md | 52 The [gRPC protocol](doc/PROTOCOL-HTTP2.md) specifies the abstract requirements for communication be… 61 For a detailed description see [doc/PROTOCOL-HTTP2.md](doc/PROTOCOL-HTTP2.md).
|
/external/cronet/tot/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/ |
D | TestSupport.java | 22 HTTP2, enumConstant
|
D | ChromiumPlatformOnlyTestSupport.java | 27 case HTTP2: in createTestServer()
|
D | Http2Test.java | 40 TestSupport.Protocol.HTTP2); in setUp()
|
/external/cronet/stable/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/ |
D | TestSupport.java | 22 HTTP2, enumConstant
|
D | ChromiumPlatformOnlyTestSupport.java | 27 case HTTP2: in createTestServer()
|
D | Http2Test.java | 40 TestSupport.Protocol.HTTP2); in setUp()
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/http2/utils/ |
D | Http2TestUtils.java | 49 …l.attr(ChannelAttributeKey.PROTOCOL_FUTURE).set(CompletableFuture.completedFuture(Protocol.HTTP2)); in newHttp2Channel()
|