aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-10-31 16:06:11 +0100
committeradamw <adam@warski.org>2017-10-31 16:06:11 +0100
commit9fd0a8bcb9fb5f1909a75e6bef96bf45424d5c67 (patch)
tree01dba2c6c87e90e9dab77c4cda762c889244d515 /docs/backends/asynchttpclient.rst
parent2dcc31ba8fec394b37801a4fb505fd73c33c14b1 (diff)
downloadsttp-9fd0a8bcb9fb5f1909a75e6bef96bf45424d5c67.tar.gz
sttp-9fd0a8bcb9fb5f1909a75e6bef96bf45424d5c67.tar.bz2
sttp-9fd0a8bcb9fb5f1909a75e6bef96bf45424d5c67.zip
Setting version to 1.0.2v1.0.2
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 4b785bb..440e7e4 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" % "1.0.1"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.0.2"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.0.1"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.0.2"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.0.1"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.0.2"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.0.1"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.0.2"
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