aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-10-18 21:11:13 +0200
committeradamw <adam@warski.org>2017-10-18 21:11:13 +0200
commit5cad10999978e3458f25cbb061f19eb09fb03ea9 (patch)
treeb197a4b738614647e3fc8373e6992a3f3f19fd58 /docs/backends/asynchttpclient.rst
parent378fabad555fc66c92085fdb0dbcb323167dd1e4 (diff)
downloadsttp-5cad10999978e3458f25cbb061f19eb09fb03ea9.tar.gz
sttp-5cad10999978e3458f25cbb061f19eb09fb03ea9.tar.bz2
sttp-5cad10999978e3458f25cbb061f19eb09fb03ea9.zip
Updated docs
Diffstat (limited to 'docs/backends/asynchttpclient.rst')
-rw-r--r--docs/backends/asynchttpclient.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/backends/asynchttpclient.rst b/docs/backends/asynchttpclient.rst
index 5afab37..f1d47d2 100644
--- a/docs/backends/asynchttpclient.rst
+++ b/docs/backends/asynchttpclient.rst
@@ -3,13 +3,13 @@ async-http-client backend
To use, add the following dependency to your project::
- "com.softwaremill.sttp" %% "async-http-client-backend-future" % "0.0.20"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "0.0.21"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "0.0.20"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "0.0.21"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "0.0.20"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "0.0.21"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "0.0.20"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "0.0.21"
This backend depends on `async-http-client <https://github.com/AsyncHttpClient/async-http-client>`_.
A fully **asynchronous** backend, which uses `Netty <http://netty.io>`_ behind the