aboutsummaryrefslogtreecommitdiff
path: root/docs/backends/asynchttpclient.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-10-25 11:11:34 +0200
committeradamw <adam@warski.org>2017-10-25 11:11:34 +0200
commit162eec733f15cda28bafe9ecfc42195f07dad928 (patch)
treedd88882602dddf2b560f2c2759689ee8fae3e40a /docs/backends/asynchttpclient.rst
parent2e63e9359d5867bae02a995534836e116dd9a6a3 (diff)
downloadsttp-162eec733f15cda28bafe9ecfc42195f07dad928.tar.gz
sttp-162eec733f15cda28bafe9ecfc42195f07dad928.tar.bz2
sttp-162eec733f15cda28bafe9ecfc42195f07dad928.zip
Setting version to 1.0.1v1.0.1
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 e6dcf1b..4b785bb 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.0"
+ "com.softwaremill.sttp" %% "async-http-client-backend-future" % "1.0.1"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.0.0"
+ "com.softwaremill.sttp" %% "async-http-client-backend-scalaz" % "1.0.1"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.0.0"
+ "com.softwaremill.sttp" %% "async-http-client-backend-monix" % "1.0.1"
// or
- "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.0.0"
+ "com.softwaremill.sttp" %% "async-http-client-backend-cats" % "1.0.1"
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