1
0
mirror of https://github.com/square/okhttp.git synced 2025-04-19 07:42:15 +03:00

Add okhttp-spring-boot to works_with_okhttp.md (#8673)

This commit is contained in:
Yuri Schimke 2025-02-15 16:18:51 +00:00 committed by GitHub
parent 3319f24bf7
commit 9ee3463b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ Heres some libraries that work nicely with OkHttp.
* [OkHttp Profiler](https://plugins.jetbrains.com/plugin/11249-okhttp-profiler): An IntelliJ plugin for monitoring OkHttp calls.
* [OkReplay](https://github.com/airbnb/okreplay): Record and replay OkHttp network interaction in your tests.
* [okhttp-signpost](https://github.com/pakerfeldt/okhttp-signpost): OAuth signing with signpost and OkHttp.
* [okhttp-spring-boot](https://github.com/freefair/okhttp-spring-boot): Spring Boot starters for OkHttp
* [okhttp-staleiferror-interceptor](https://github.com/PeelTechnologies/okhttp-staleiferror-interceptor/): serve stale responses when the server isnt reachable.
* [okhttp-stats](https://github.com/flipkart-incubator/okhttp-stats): Get stats like average network speed.
* [okhttp-system-keystore](https://github.com/charleskorn/okhttp-system-keystore): Use trusted certificates from the operating system keystore (Keychain on macOS, Certificate Store on Windows).