aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test/scala/com/softwaremill/sttp/StreamingTests.scala
Commit message (Expand)AuthorAgeFilesLines
* Move backend tests into their projectsSam Guymer2018-05-191-87/+0
* Extract MonadAsyncError implementationsSam Guymer2018-05-181-0/+1
* New scalafmt settingsadamw2018-02-201-3/+1
* Fix more compiler warningsadamw2017-10-251-1/+1
* Renaming "handler" to "backend"adamw2017-09-141-5/+5
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-311-3/+3
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-4/+4
* Add tests for fs2 module and refactor streaming testsBjørn Madsen2017-08-301-61/+24
* Generalize streaming test casesOmar Alejandro Mainegra Sarduy2017-08-131-130/+52
* Include unit testsOmar Alejandro Mainegra Sarduy2017-08-041-5/+69
* Closing handlers after testsadamw2017-07-281-2/+11
* #2: onCompleted() in async-http-client-handler sometimes wasn't called, calli...adamw2017-07-261-0/+21
* Adding streaming to the monix async http client handleradamw2017-07-241-2/+47
* Better responseAs mapping, done on the client thread pooladamw2017-07-241-1/+1
* How the response should be handled is now part of the request definitionadamw2017-07-191-4/+4
* Streaming tests, commentsadamw2017-07-161-0/+64