DavidWebb icon indicating copy to clipboard operation
DavidWebb copied to clipboard

Lightweight Java HTTP-Client for calling JSON REST-Services (especially for Android)

Results 10 DavidWebb issues
Sort by recently updated
recently updated
newest added

To use the MailChimp 3.0 you have to use the method PATCH to do updates. Any reason this has not been implemented?

When you use put(), calls to param() are ignored.

I do not think this library should declare an explicit dependency on org.json since Android also includes org.json as part of its API, as can be seen from https://developer.android.com/reference/org/json/package-summary.html By...

Hi there, I'm using this project for my android project. And I wanted to implement a JWT token middleware which will automatically refresh a JWT if it was expired and...

Using webb 1.3. I'm doing a PUT request to a restful webservice using 2-way compression. The server is returning code 204, which is successful request ("No content"). But the response...

I replaced the scope on the JSON library to the 'provided' scope, since the same org.json API is available from Android. Almost all the tests passed on my local machine's...

I keep the connection open by holding the request on the server and not releasing it until something happens or the 30 seconds passes. However when I suddenly log out...

enhancement

Hi, In Android Studio, when gradle is built, shows these warnings: Warning:Dependency org.json:json:20080701 is ignored for debug as it may be conflicting with the internal version provided by Android. Warning:Dependency...

Hi, Thank you for this library. Have a question how to accomplish this with it. I dont want to write to ByteArrayOutputStream and then send it. URL url = new...