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 adc354e commit c6ad8edCopy full SHA for c6ad8ed
README.md
@@ -73,7 +73,7 @@ AsyncHttpClient c = asyncHttpClient(config().setProxyServer(proxyServer("127.0.0
73
### Basics
74
75
AHC provides 2 APIs for defining requests: bound and unbound.
76
-`AsyncHttpClient` and Dls` provide methods for standard HTTP methods (POST, PUT, etc) but you can also pass a custom one.
+`AsyncHttpClient` and Dsl` provide methods for standard HTTP methods (POST, PUT, etc) but you can also pass a custom one.
77
78
```java
79
import org.asynchttpclient.*;
0 commit comments