/external/okhttp/ |
D | CHANGELOG.md | 51 * **Rewritten connection management.** Previously OkHttp's connection pool 54 idle and active connections for everything. OkHttp now detects and warns on 60 * Fix: Drop the synthetic `OkHttp-Selected-Protocol` response header. 102 * Fix: Don't re-encode `+` as `%20` in encoded URL query strings. OkHttp 120 * Fix: Drop partial support for HTTP/1.0. Previously OkHttp would send 144 * **OkHttp now rejects request headers that contain invalid characters.** This 173 * Fix: Change `MockWebServer` to use the same logic as OkHttp when determining 257 * Fix: OkHttp no longer shares timeouts between pooled connections. This was 288 it with the core OkHttp library. 300 * **Fix: improve parallelism of async requests.** OkHttp's Dispatcher had a [all …]
|
D | README.md | 1 OkHttp chapter 30 MockWebServer coupling with OkHttp is essential for proper testing of SPDY and HTTP/2.0 so that cod…
|
D | CONTRIBUTING.md | 4 If you would like to contribute code to OkHttp you can do so through GitHub by
|
D | README.android | 3 Description: "OkHttp: An HTTP+SPDY client for Android and Java applications."
|
/external/okhttp/okcurl/ |
D | README.md | 6 OkCurl is an OkHttp-backed curl clone which allows you to test OkHttp's HTTP engine (including
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
D | Client.java | 19 OkHttp { enumConstant 21 return new OkHttp(); in create()
|
D | OkHttp.java | 30 class OkHttp extends SynchronousHttpClient { class
|
/external/okhttp/okhttp-apache/ |
D | README.md | 1 OkHttp Apache HttpClient Implementation 4 This module is an implementation of the Apache `HttpClient` interface that is backed by OkHttp.
|
/external/okhttp/okhttp-hpacktests/ |
D | README.md | 1 OkHttp HPACK tests 4 These tests use the [hpack-test-case][1] project to validate OkHttp's HPACK
|
/external/okhttp/okhttp-logging-interceptor/ |
D | README.md | 4 An [OkHttp interceptor][1] which logs HTTP request and response data. 19 Timber.tag("OkHttp").d(message);
|
/external/grpc-grpc-java/documentation/ |
D | android-channel-builder.md | 28 OkHttp. We plan to offer additional Android-specific features compatible with 29 both the OkHttp and Cronet transports in the future, but the network listener 30 mechanism is only necessary with OkHttp; the Cronet library internally handles
|
/external/glide/ |
D | README.md | 13 stack, but also includes utility libraries plug in to Google's Volley project or Square's OkHttp li… 135 OkHttp section in Glide 137 In addition to Volley, Glide also includes support for fetching media using OkHttp. To use OkHttp t… 165 Then in your Activity or Application, register the OkHttp based model loader:
|
/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/ |
D | README | 1 This package contains a facade over OkHttp that some parts of Android framework are allowed to
|
/external/okhttp/benchmarks/ |
D | README.md | 1 OkHttp Benchmarks
|
/external/okhttp/okhttp-ws/ |
D | README.md | 1 OkHttp Web Sockets
|
/external/grpc-grpc-java/okhttp/ |
D | build.gradle | 1 description = "gRPC: OkHttp"
|
/external/grpc-grpc-java/ |
D | NOTICE.txt | 17 This product contains a modified portion of 'OkHttp', an open source
|
D | README.md | 216 2. The OkHttp-based transport is a lightweight transport based on 217 [OkHttp](http://square.github.io/okhttp/). It is mainly for use on Android
|
D | SECURITY.md | 25 *Note: The Dynamic Security Provider must be installed **before** creating a gRPC OkHttp channel. g… 380 ### OkHttp subsection
|
/external/grpc-grpc-java/interop-testing/ |
D | build.gradle | 52 // Note that OkHttp currently only supports ALPN, so OpenSSL version >= 1.0.2 is required.
|
/external/okhttp/okio/ |
D | CHANGELOG.md | 143 * Imported from OkHttp.
|
D | README.md | 68 Okio started as a component of [OkHttp][1], the capable HTTP+SPDY client
|
/external/perfetto/test/trace_processor/ |
D | thread_cpu_time_example_android_trace_30s.out | 510 727,4114,3,2139,"OkHttp Connecti","com.google.android.gms.persistent",1577881906 907 831,4287,17,3657,"OkHttp Dispatch","com.google.android.inputmethod.latin",77776147 908 832,4238,17,3657,"OkHttp Http2Con","com.google.android.inputmethod.latin",77776147 1343 819,4230,"[NULL]","[NULL]","OkHttp Dispatch","[NULL]","[NULL]" 1345 833,4237,"[NULL]","[NULL]","OkHttp Http2Con","[NULL]","[NULL]"
|