okhttp icon indicating copy to clipboard operation
okhttp copied to clipboard

Square’s meticulous HTTP client for the JVM, Android, and GraalVM.

Results 346 okhttp issues
Sort by recently updated
recently updated
newest added

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 - [ ]...

renovate

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...

enhancement

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...

bug
needs info

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...

enhancement

Still working with nativeImage, but technically a multiplatform build. Towards being able to run a native or JS multiplatform okcurl.

graal

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...

enhancement

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/) ![image](https://user-images.githubusercontent.com/42783844/155110519-2f7ea8a4-dc13-4024-b2cd-92ba37aad61b.png) [authenticator](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-authenticator/) ![image](https://user-images.githubusercontent.com/42783844/155110414-0d1509c3-357a-4f35-a24d-90dcdb36bbdb.png) Maybe you could make a codebox like on this page [Recipes](https://square.github.io/okhttp/recipes/) ![image](https://user-images.githubusercontent.com/42783844/155110654-b56bbad2-f0b6-4e56-b9cd-773d63c90755.png)

enhancement
documentation