okhttp
okhttp copied to clipboard
Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/square/okhttp). ## Config Migration Needed - [ ]...
The MockWebServerExtension class is starting a new MockWebServer for every test, beforeEach, beforeAll, afterEach and beforeAll methods, as I can see in [this class](https://github.com/square/okhttp/blob/master/mockwebserver-junit5/src/main/kotlin/mockwebserver3/junit5/internal/MockWebServerExtension.kt). Since the beforeEach, beforeAll, afterEach and...
The folowing code: `private static final OkHttpClient okHttpClient = new OkHttpClient(); ` produces the following error, when run in openjdk 17 using okhttp3 version 4.10.0: ``` java.security.NoSuchAlgorithmException: PKIX TrustManagerFactory not...
I'd like to read a http client's response unbuffered mode, but with okhttp is not possible or at least i can't find any solution. why is it needed? i've got...
Still working with nativeImage, but technically a multiplatform build. Towards being able to run a native or JS multiplatform okcurl.
Testing of https://github.com/square/okhttp/issues/7410 Consider this fix for discussion. Open to suggestions. Issue happens because RealCall.executeOn has rejected execute call and falls back to recursive handling.
- [ ] HttpUrl multiplatform (@swankjesse ) - [ ] Suspend JS support - [ ] Status Code fixes https://github.com/square/okhttp/issues/2257 - [ ] MockWebServer immutable - [ ] MockWebserver natively...
A quick attempt at https://github.com/square/okhttp/issues/4655 Starting from raw source files as much as possible. SSL_ and TLS seems like an issue. Plus TLS1.3 ciphers are not enabled...
For https://github.com/square/okhttp/issues/7105
The code examples are difficult to read because they are in the "normal" text [OkHttpClient](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/)  [authenticator](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-authenticator/)  Maybe you could make a codebox like on this page [Recipes](https://square.github.io/okhttp/recipes/) 