aboutsummaryrefslogtreecommitdiff
path: root/tests/src/test/scala/com/softwaremill/sttp/BasicTests.scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cookie parsingadamw2017-07-151-0/+67
* Headers & errors supportadamw2017-07-151-7/+41
* Source formattingadamw2017-07-091-21/+43
* data -> bodyadamw2017-07-081-8/+8
* Parse testsadamw2017-07-081-45/+67
* Setting bodies in the Akka impladamw2017-07-081-2/+52
* Further simplifying requesting streaming responsesadamw2017-07-061-2/+1
* Most basic testadamw2017-07-061-0/+74