aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Lemer <joshlemer@gmail.com>2017-12-23 11:18:58 -0600
committerJosh Lemer <joshlemer@gmail.com>2017-12-23 11:18:58 -0600
commit30cd59b5f996f188d0f402bbefa6237355230dfe (patch)
treef3c8f3039aa6c3223ec38dcfc7c19fd3c572be95 /docs
parent647c9ac74bb76fe79716fee9c499355b355caf8c (diff)
downloadsttp-30cd59b5f996f188d0f402bbefa6237355230dfe.tar.gz
sttp-30cd59b5f996f188d0f402bbefa6237355230dfe.tar.bz2
sttp-30cd59b5f996f188d0f402bbefa6237355230dfe.zip
Added TryBackend to backends summary docs
Diffstat (limited to 'docs')
-rw-r--r--docs/backends/summary.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/backends/summary.rst b/docs/backends/summary.rst
index d58bb54..8e4f11d 100644
--- a/docs/backends/summary.rst
+++ b/docs/backends/summary.rst
@@ -18,6 +18,7 @@ Below is a summary of all the backends. See the sections on individual backend i
Class Response wrapper Supported stream type
================================ ============================ ================================================
``HttpURLConnectionBackend`` None (``Id``) n/a
+``TryBackend`` ``scala.util.Try`` n/a
``AkkaHttpBackend`` ``scala.concurrent.Future`` ``akka.stream.scaladsl.Source[ByteString, Any]``
``AsyncHttpClientFutureBackend`` ``scala.concurrent.Future`` n/a
``AsyncHttpClientScalazBackend`` ``scalaz.concurrent.Task`` n/a