Searched defs:HTTP_1_1_REQUIRED (Results 1 – 10 of 10) sorted by relevance
| /external/rust/crates/h2/src/frame/ |
| D | reason.rs | 60 pub const HTTP_1_1_REQUIRED: Reason = Reason(13); constant
|
| /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
| D | ErrorCode.java | 61 HTTP_1_1_REQUIRED(13, -1, -1), enumConstant
|
| /external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/ |
| D | ErrorCode.java | 61 HTTP_1_1_REQUIRED(13, -1, -1), enumConstant
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
| D | ErrorCode.java | 57 HTTP_1_1_REQUIRED(13, -1, -1), enumConstant
|
| /external/cronet/net/third_party/quiche/src/quiche/http2/adapter/ |
| D | http2_protocol.h | 111 HTTP_1_1_REQUIRED = 0xD, enumerator
|
| /external/cronet/net/third_party/quiche/src/quiche/http2/ |
| D | http2_constants.h | 133 HTTP_1_1_REQUIRED = 0xd, enumerator
|
| /external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/ |
| D | Http2ClientConnection.java | 33 ENHANCE_YOUR_CALM(11), INADEQUATE_SECURITY(12), HTTP_1_1_REQUIRED(13); enumConstant
|
| /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
| D | GrpcUtil.java | 347 HTTP_1_1_REQUIRED(0xD, Status.UNKNOWN); enumConstant
|
| /external/pigweed/pw_grpc/ |
| D | connection.cc | 72 HTTP_1_1_REQUIRED = 0x0d, enumerator
|
| /external/scapy/scapy/contrib/ |
| D | http2.py | 1673 HTTP_1_1_REQUIRED = 0xd variable in H2ErrorCodes
|