We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need 2 basic examples for AsyncHttpClient and Apahce Common Http Client.
We need this because both this clients handle connections inside while default HTTPUrlConnection doesn't do that well and in predictable way.
The text was updated successfully, but these errors were encountered:
#76 remove unused method
30dd488
#76 cleanup
febdb57
#76 leave default http client
f387609
#76 make async http client configurable
457fbd5
#76 make async http client configurable, simplify code
07a836b
#76 correctly share the async http connector
9055f6e
#76 bump versions
120b91c
doom369
dmitriy-sych
No branches or pull requests
We need 2 basic examples for AsyncHttpClient and Apahce Common Http Client.
We need this because both this clients handle connections inside while default HTTPUrlConnection doesn't do that well and in predictable way.
The text was updated successfully, but these errors were encountered: