OptimusHTTP
OptimusHTTP copied to clipboard
:satellite: [Android Library] Simplified async networking in android
JFrog just announced that they'll be shutting down JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Key dates are: February 28th: No more submissions will be accepted to Bintray, JCenter May 1st: Bintray, JCenter services will...
How can I send only json in post request? I'm using `ArrayMap params = new ArrayMap(); String jsonParam = gson.toJson(param); params.put("", jsonParam); ` But the request is send with =...
Would it be possible to pass a Raw body in a POST request as an alternative to the array params? Right now, if I try to pass it like this:...
I made the changes to add the payload with json related in issue 7 formatting and help hacktoberFest. I hope it helps. Thanks
How do I capture the response?