aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-backend/monix
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-02-20 13:59:07 +0100
committeradamw <adam@warski.org>2018-02-20 13:59:07 +0100
commit7aee6a24cd71ab6d791e6d0e62a1c98a53bc464c (patch)
tree1a216987ba8b757bae3e43f5de2a552d157f91b3 /async-http-client-backend/monix
parent52017e118df6cf22b95f4c10b6abe4162801a1ef (diff)
downloadsttp-7aee6a24cd71ab6d791e6d0e62a1c98a53bc464c.tar.gz
sttp-7aee6a24cd71ab6d791e6d0e62a1c98a53bc464c.tar.bz2
sttp-7aee6a24cd71ab6d791e6d0e62a1c98a53bc464c.zip
De-sugar for 2.11
Diffstat (limited to 'async-http-client-backend/monix')
-rw-r--r--async-http-client-backend/monix/src/main/scala/com/softwaremill/sttp/asynchttpclient/monix/AsyncHttpClientMonixBackend.scala9
1 files changed, 8 insertions, 1 deletions
diff --git a/async-http-client-backend/monix/src/main/scala/com/softwaremill/sttp/asynchttpclient/monix/AsyncHttpClientMonixBackend.scala b/async-http-client-backend/monix/src/main/scala/com/softwaremill/sttp/asynchttpclient/monix/AsyncHttpClientMonixBackend.scala
index 03d4d09..3d54b26 100644
--- a/async-http-client-backend/monix/src/main/scala/com/softwaremill/sttp/asynchttpclient/monix/AsyncHttpClientMonixBackend.scala
+++ b/async-http-client-backend/monix/src/main/scala/com/softwaremill/sttp/asynchttpclient/monix/AsyncHttpClientMonixBackend.scala
@@ -3,7 +3,14 @@ package com.softwaremill.sttp.asynchttpclient.monix
import java.nio.ByteBuffer
import com.softwaremill.sttp.asynchttpclient.AsyncHttpClientBackend
-import com.softwaremill.sttp.{FollowRedirectsBackend, MonadAsyncError, SttpBackend, SttpBackendOptions, Utf8, concatByteBuffers}
+import com.softwaremill.sttp.{
+ FollowRedirectsBackend,
+ MonadAsyncError,
+ SttpBackend,
+ SttpBackendOptions,
+ Utf8,
+ concatByteBuffers
+}
import monix.eval.Task
import monix.execution.{Cancelable, Scheduler}
import monix.reactive.Observable