aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJosh Lemer <joshlemer@gmail.com>2017-12-24 09:59:04 -0600
committerJosh Lemer <joshlemer@gmail.com>2017-12-24 09:59:04 -0600
commitdcde8af7d1a380788681cfe28d2875d01e18aae3 (patch)
treed9de1ac65091b300eeb25c096449ee6558eb28e7 /docs
parent30cd59b5f996f188d0f402bbefa6237355230dfe (diff)
downloadsttp-dcde8af7d1a380788681cfe28d2875d01e18aae3.tar.gz
sttp-dcde8af7d1a380788681cfe28d2875d01e18aae3.tar.bz2
sttp-dcde8af7d1a380788681cfe28d2875d01e18aae3.zip
Rename TryBackend factory object to TryHttpURLConnectionBacken
Diffstat (limited to 'docs')
-rw-r--r--docs/backends/summary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/backends/summary.rst b/docs/backends/summary.rst
index 8e4f11d..72b20c9 100644
--- a/docs/backends/summary.rst
+++ b/docs/backends/summary.rst
@@ -18,7 +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
+``TryHttpURLConnectionBackend`` ``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