Top "Asynchttpclient" questions

Asynchronous HTTP client library for Java

How to set cookie in android WebView client

I want to call one specific url via WebView. The page can only be called after user already logged in. …

android cookies webview asynchttpclient
How to use credentials in HttpClient in c#?

I 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 asynchttpclient
Internal Server Error when doing a POST with HttpClient in Windows Phone 8

I 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 asynchttpclient
How to post JSON with HttpClient using C#?

I have no idea how to POST JSON with HttpClient. I find some solution, like this, but I have to …

c# json asynchttpclient
Apache async HttpClient not fast

I 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 asynchttpclient
PostAsync HttpClient error with Web Api - System.AggregateException "A task was canceled."

I'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 asynchttpclient
Android - loopJ AsyncHttpClient return response onFinish or onSuccess

I am looking for a way to return the response I get in loopJ AsyncHttpClient onFinish or onSuccess or onFailure. …

java android android-asynctask loopj asynchttpclient
Android AsyncHttpClient, unable to find symbol class Header

I'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 asynchttpclient
HTTP requests with HttpClient too slow?

i'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 asynchttpclient
JSON post with asynchttpclient

I'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