OptimusHTTP icon indicating copy to clipboard operation
OptimusHTTP copied to clipboard

:satellite: [Android Library] Simplified async networking in android

Results 6 OptimusHTTP issues
Sort by recently updated
recently updated
newest added

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

enhancement
Hacktoberfest

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

Anyway to set the http header?

enhancement

How do I capture the response?