We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7c9e1 commit 09e19dbCopy full SHA for 09e19db
README.md
@@ -1,6 +1,8 @@
1
Async Http Client
2
-----------------
3
4
+[Javadoc](http://www.javadoc.io/doc/com.ning/async-http-client/)
5
+
6
Getting started [HTML](https://asynchttpclient.github.io/async-http-client/),
7
with [WebSockets](http://jfarcand.wordpress.com/2011/12/21/writing-websocket-clients-using-asynchttpclient/)
8
@@ -20,7 +22,7 @@ You can also download the artifact
20
22
21
23
[Maven Search](http://search.maven.org)
24
-Then in your code you can simply do [Javadoc](https://asynchttpclient.github.io/async-http-client/apidocs/reference/packages.html)
25
+Then in your code you can simply do
26
27
```java
28
import com.ning.http.client.*;
0 commit comments