Lines Matching refs:HTTP2
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
235 …HTTP2 specification mandates the use of TLS 1.2 or higher when TLS is used with HTTP2. It also pla…