Asynchronous HTTP client library for Java
I want to call one specific url via WebView. The page can only be called after user already logged in. …
android cookies webview asynchttpclientI am facing some problems when using the HttpClient class to access to a Delicious API. I have the following …
c# windows-phone-7 windows-phone-8 dotnet-httpclient asynchttpclientI am posting a string to a web server this way: private async Task makeRequest(string url, string postData) { HttpClient …
c# windows-phone-8 internal-server-error dotnet-httpclient asynchttpclientI have no idea how to POST JSON with HttpClient. I find some solution, like this, but I have to …
c# json asynchttpclientI am pretty new to Apache http client and am trying to get status code from a website. Found the …
java apache apache-httpclient-4.x asynchttpclientI'm trying to call PostAsync method using System.Net.Http.HttpClient from the Web API. I get the following error: …
c# asp.net-web-api httpclient wcf-web-api asynchttpclientI am looking for a way to return the response I get in loopJ AsyncHttpClient onFinish or onSuccess or onFailure. …
java android android-asynctask loopj asynchttpclientI'm trying to create asynchronous rest call in Android using a library com.loopj.android.http.AsyncHttpClient however, i'm unable …
android networking android-studio header asynchttpclienti'm trying to coding an android app that send some post values to a php file hosted at a dedicate …
android eclipse httpclient keep-alive asynchttpclientI'm trying to do a POST request on a REST service with async support (provided by atmosphere). Here's what my …
java jersey atmosphere asynchttpclient