aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
Commit message (Expand)AuthorAgeFilesLines
* Move backend tests into their projectsSam Guymer2018-05-191-702/+0
* Code review updatesSam Guymer2018-05-181-6/+7
* Extract MonadAsyncError implementationsSam Guymer2018-05-181-13/+17
* Set `followRedirects` explicitly, and disable redirects if `maxRedirects <= 0`n4to42018-04-241-0/+7
* Make max redirects configurablen4to42018-04-231-0/+7
* New scalafmt settingsadamw2018-02-201-55/+22
* #56 Minor change in the try backend's class nameadamw2017-12-271-4/+2
* Add TryHttpUrlConnection testsJosh Lemer2017-12-241-0/+4
* #53: using proper encoding when reading the response bodyadamw2017-12-061-1/+18
* Fix more compiler warningsadamw2017-10-251-1/+1
* Add failing test to reproduce the issueChris Birchall2017-09-251-0/+24
* Renaming "handler" to "backend"adamw2017-09-141-21/+21
* Make read and connection timeout configurablePiotr Gabara2017-09-051-1/+32
* Extracting FollowRedirectsHandler as a wrapper-handleradamw2017-09-041-1/+1
* Breaking redirect loopsadamw2017-08-311-0/+11
* Keep a history of redirect responsesadamw2017-08-311-4/+26
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-311-33/+41
* Follow-redirect supportadamw2017-08-311-9/+47
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-21/+16
* Add tests for fs2 module and refactor streaming testsBjørn Madsen2017-08-301-7/+7
* Implementing multi-part uploads for the http url connection backendadamw2017-08-301-1/+1
* Multipart support in async http clientadamw2017-08-291-0/+10
* Multipart support in Akka handleradamw2017-08-291-0/+34
* Merge branch 'master' into okhttp3-monixOmar Alejandro Mainegra Sarduy2017-08-111-0/+1
|\
| * Running missing testsadamw2017-08-101-0/+1
* | Merge branch 'master' into okhttp3-monixOmar Alejandro Mainegra Sarduy2017-08-041-3/+112
|\|
| * #7: Add asFile and asPath responsesPiotr Buda2017-08-041-3/+112
* | Include unit testsOmar Alejandro Mainegra Sarduy2017-08-041-2/+5
|/
* Add support for cats effect with AHC backendBjørn Madsen2017-08-041-0/+4
* Merge branch 'master' into okhttp3Omar Alejandro Mainegra Sarduy2017-07-281-2/+10
|\
| * Closing handlers after testsadamw2017-07-281-0/+9
| * Using a custom URI classadamw2017-07-281-2/+1
* | Include unit tests as well.Omar Alejandro Mainegra Sarduy2017-07-281-0/+8
|/
* Additional empty-body testsadamw2017-07-241-0/+5
* Adding missing implicit EC to Future/AsyncHttpClient handleradamw2017-07-241-3/+3
* Better responseAs mapping, done on the client thread pooladamw2017-07-241-1/+1
* Monix handleradamw2017-07-211-0/+3
* Scalaz version of the async http client handler, wrapping responses in a Taskadamw2017-07-211-3/+6
* AcceptEncoding + response decompressionadamw2017-07-211-0/+38
* Initial support for async-http-clientadamw2017-07-211-0/+3
* Mapping responsesadamw2017-07-191-0/+18
* How the response should be handled is now part of the request definitionadamw2017-07-191-18/+26
* Renaming the default handleradamw2017-07-161-1/+1
* Streaming tests, commentsadamw2017-07-161-34/+9
* Response as parametersadamw2017-07-151-5/+20
* Making the tests a bit niceradamw2017-07-151-57/+55
* Form dataadamw2017-07-151-3/+31
* Basic authadamw2017-07-151-0/+30
* Waiting for the server to start in testsadamw2017-07-151-1/+1
* Better URI interpolatoradamw2017-07-151-7/+6