aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-01-11 17:40:46 +0100
committeradamw <adam@warski.org>2018-01-11 17:40:46 +0100
commit843976e8eb9ad8967a01fc6daa39ed77ac70bf1e (patch)
treebf70603b4e2e5909d5d294e6e97f1932af6992df /docs/backends/asynchttpclient.rst
parent7999c22968d7efe449ccdcfce74c8b2ab3c32689 (diff)
downloadsttp-843976e8eb9ad8967a01fc6daa39ed77ac70bf1e.tar.gz
sttp-843976e8eb9ad8967a01fc6daa39ed77ac70bf1e.tar.bz2
sttp-843976e8eb9ad8967a01fc6daa39ed77ac70bf1e.zip
Setting version to 1.1.4v1.1.4
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 b746985..c4eba83 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.3"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.1.4"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.3"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.1.4"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.3"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.1.4"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.3"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.1.4"
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