HttpAgent icon indicating copy to clipboard operation
HttpAgent copied to clipboard

super simple library to manage http requests.

Results 8 HttpAgent issues
Sort by recently updated
recently updated
newest added

java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/os/AsyncTaskCompat; at com.studioidan.httpagent.HttpAgent.executeSelf(HttpAgent.java:173) at com.studioidan.httpagent.HttpAgent.goJson(HttpAgent.java:158) at com.example.snapgroup6.myapplication.MainActivity.onCreate(MainActivity.java:22)

Hi HttpAgent.post("http://192.168.1.101:8002/dummy_file/generate_oauthSignature") .withBody("key_1","value_1","key_2","value_2","key_N","value_N") // will be converted to json .headers("Content-Type", "application/x-www-form-urlencoded") I do not want to convert body in to json as server side tech. requires key_1 = value_1 param...

HI How can I upload file using this? Can you create demo for this? Regards,

The source code from https://github.com/studioidan/HttpAgent/tree/master/httpagent/src/main was removed in this commit: 83a0987 I presume this was accidental when the package name was changed from "studioidan.com.httpagent" to "com.studioidan.httpagent". This pull request restores...

When I use one HttpAgent.post then two onDone occur. I use JsonCallback. First onDone return empty jsonResponse and the second onDone return filled jsonResponse from remote server API.

Hi, Thanks for your contribution. Firstly, we don't have any access to your code or you have deleted it ? I can't see any source code when I fork your...

Hi, I like this implementation - it is very quick to implement. I have trouble finding source code on this github repo - it looks like that you have deleted...