aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-03-11 10:48:52 -0500
committeradamw <adam@warski.org>2018-03-11 10:48:52 -0500
commita8c5a9f6b172a3467a26b184ccb02a5497ba3d75 (patch)
tree1dddb28ba1c375f4ac42f54e87d7ed657e362602 /docs/backends/asynchttpclient.rst
parentafec20a468aff5d64b4fc974b194f1d5edee34fc (diff)
downloadsttp-a8c5a9f6b172a3467a26b184ccb02a5497ba3d75.tar.gz
sttp-a8c5a9f6b172a3467a26b184ccb02a5497ba3d75.tar.bz2
sttp-a8c5a9f6b172a3467a26b184ccb02a5497ba3d75.zip
Setting version to 1.1.10v1.1.10
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 fd63459..fdd25d8 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.1.9"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.10"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.9"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.10"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.9"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.10"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.9"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.10"
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