aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/com/softwaremill/sttp/Response.scala
Commit message (Expand)AuthorAgeFilesLines
* New scalafmt settingsadamw2018-02-201-2/+1
* rename message to statusText in Responseintracer2018-01-111-1/+1
* add status message to Response #59intracer2018-01-091-0/+1
* Remove dependence on StringTokenizerJosh Lemer2017-12-291-10/+3
* Keep a history of redirect responsesadamw2017-08-311-1/+5
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-311-2/+21
* Streaming tests, commentsadamw2017-07-161-5/+7
* Cookie parsingadamw2017-07-151-0/+107
* Headers & errors supportadamw2017-07-151-1/+19
* Initital draftadamw2017-06-291-0/+3