Searched refs:SPDY (Results 1 – 13 of 13) sorted by relevance
/external/cronet/net/http/ |
D | http_proxy_connect_job_unittest.cc | 55 enum HttpProxyType { HTTP, HTTPS, SPDY }; enumerator 200 if (GetParam() == SPDY) { in Initialize() 215 if (GetParam() == SPDY) { in Initialize() 280 ::testing::Values(HTTP, HTTPS, SPDY)); 302 bool is_secure_proxy = GetParam() == HTTPS || GetParam() == SPDY; in TEST_P() 332 case SPDY: in TEST_P() 358 case SPDY: in TEST_P() 428 case SPDY: in TEST_P() 639 if (GetParam() == SPDY) in TEST_P() 781 if (GetParam() == SPDY) in TEST_P() [all …]
|
/external/okhttp/ |
D | README.md | 4 An HTTP & SPDY client for Android and Java applications. For more information see [the website][1] … 28 A library for testing HTTP, HTTPS, HTTP/2.0, and SPDY clients. 30 MockWebServer coupling with OkHttp is essential for proper testing of SPDY and HTTP/2.0 so that cod…
|
D | CHANGELOG.md | 107 * Fix: Don't use SPDY/3 style header concatenation for HTTP/2 request headers. 178 * Fix: Don't crash with an `IllegalStateException` if an HTTP/2 or SPDY 368 * Fix: Don't crash in SPDY and HTTP/2 when disconnecting before connecting. 472 * Fix: Don't crash on concurrent modification of `SPDY` SPDY settings. 486 * Fix: Fixed bugs in handling the SPDY window size. This was stalling certain 501 * Fix: Don't skip client stream 1 on SPDY/3.1. This fixes SPDY connectivity to 502 `https://google.com`, which doesn't follow the SPDY/3.1 spec! 504 `https://facebook.com` when SPDY and HTTP/2 are both disabled. Otherwise an 612 * Ensure SPDY variants support zero-length DELETE and POST. 619 * Avoid use of SPDY stream ID 1, as that's typically used for UPGRADE. [all …]
|
D | README.android | 3 Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
|
/external/openscreen/third_party/quiche/ |
D | README.chromium | 9 This is QUICHE, Google's implementation of QUIC, HTTP/2 and SPDY protocols.
|
/external/okhttp/okcurl/ |
D | README.md | 7 SPDY and HTTP/2) against web servers.
|
/external/cronet/net/third_party/quiche/ |
D | README.chromium | 9 This is QUICHE, Google's implementation of QUIC, HTTP/2 and SPDY protocols.
|
/external/grpc-grpc-java/ |
D | NOTICE.txt | 18 HTTP & SPDY client for Android and Java applications, which can be obtained
|
/external/okhttp/okio/ |
D | README.md | 68 Okio started as a component of [OkHttp][1], the capable HTTP+SPDY client
|
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
D | spdy_protocol.cc | 266 case WriteSchedulerType::SPDY: in WriteSchedulerTypeToString()
|
D | spdy_protocol.h | 198 SPDY, // Uses SPDY priorities described in enumerator
|
/external/cronet/net/docs/ |
D | crash-course-in-net-internals.md | 86 include (excluding HTTP2 [SPDY]/QUIC):
|
D | life-of-a-url-request.md | 536 ### HTTP/2 (Formerly SPDY)
|