OkHttp
android-async-http
OkHttp | android-async-http | |
---|---|---|
44 | - | |
45,704 | 10,640 | |
0.3% | 0.0% | |
9.3 | 0.0 | |
8 days ago | over 1 year ago | |
Kotlin | Java | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OkHttp
-
OpenSSL bug exposed up to 255 bytes of server heap and existed since 2011
> Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer.
BoringSSL fix: https://boringssl.googlesource.com/boringssl/+/c1d9ac02514a1...
The heap leak was independently observed in 2014 in the Android okhttp library: https://github.com/square/okhttp/issues/437#issuecomment-358...
-
Consuming and Testing third party API's using Spring Webclient
We will use Square’s Mock Webserver to spin up a mock server which we can use to simulate real api's request to the get coffee endpoint.
-
Chat with any GPT right through your favorite text editor
OkHttp Documentation
-
Is there a server simulator available for testing API endpoints with low code or no code configuration?
mockwebserver -> https://github.com/square/okhttp/tree/master/mockwebserver
-
Do you use OkHttp with custom maxRequestsPerHost or maxIdleConnections?
I searched in the OkHttp GitHub project for an advice on which values may be suitable for Android apps nowadays but found no answers (only this old issue which does not help). Since we share a single OkHttp client Singleton for all our retrofit APIs and even Coil, I wonder if the default 5 maxRequestsPerHost is really enough.
-
Introduction to HTTP Multipart
You can technically add a Content-Length header for each part. It's not forbidden by the RFC, but nor is it common. It caused [problems](https://github.com/square/okhttp/issues/2138) for OkHttp, and they eventually removed it. Might be fine for internal-only use, though.
Boundaries are a lot like UUIDs, and rely on the same logic. When generating random data, once you have enough bits, the odds are against that sequence of bits ever having been generated before in the universe.
-
Introducing Bld: A New Pure Java Build System
Lets be specific. This is the gradle build file for Squares okhttp client library. How exactly would your bld tool "predict" or "help" with all the parameters needed? There is no need to be defensive. Replace those large build files with your own, show where your approach is better and then understanding will lead to better solutions.
-
[HELP] Add a dependency in IntelliJ
And adding to that: The asynchttpclient library is just a thin wrapper around OkHttp3, so it might be easier to just go with that instead: https://square.github.io/okhttp/
-
What stack to use for app with functionality like event calendar?
Retrofit in combination with OkHttp for fetching data from server (which hopefully already exists)
- Generate Kotlin client for a complex web API
android-async-http
We haven't tracked posts mentioning android-async-http yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
unirest-java - Unirest in Java: Simplified, lightweight HTTP client library.
Retrofit - A type-safe HTTP client for Android and the JVM
Async Http Client - Asynchronous Http and WebSocket Client library for Java
Android Volley
Netty - Netty project - an event-driven asynchronous network application framework
Minimized API Service Library - Minimized API library which is used call the server request in andorid.
Rx.Network - Observe Android's CONNECTIVITY_CHANGE broadcasts using RxJava.
gRPC - The Java gRPC implementation. HTTP/2 based RPC