aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/com/softwaremill/sttp/RequestT.scala
Commit message (Expand)AuthorAgeFilesLines
* Set `followRedirects` explicitly, and disable redirects if `maxRedirects <= 0`n4to42018-04-241-1/+4
* Make max redirects configurablen4to42018-04-231-1/+8
* #66: docs on response replacing the whole specificationadamw2018-03-051-0/+5
* New scalafmt settingsadamw2018-02-201-13/+5
* Renaming "handler" to "backend"adamw2017-09-141-3/+3
* Merge pull request #28 from bhop/feature/request-timeoutAdam Warski2017-09-071-2/+5
|\
| * Post review changesPiotr Gabara2017-09-061-3/+2
| * Make read and connection timeout configurablePiotr Gabara2017-09-051-1/+5
* | Tag methodsadamw2017-09-051-0/+5
|/
* Add an option to attach arbitrary tags to requests for logging/metrics/... in...adamw2017-09-041-1/+4
* Follow-redirect supportadamw2017-08-311-1/+7
* Move javadocadamw2017-08-301-7/+6
* Rename field in request specifiction for consistency with setting response ha...adamw2017-08-301-3/+3
* Removing the model package, flattening the structureadamw2017-08-291-2/+0
* Multipart support in Akka handleradamw2017-08-291-10/+9
* Small simplification of the withBasicBody methodadamw2017-08-101-12/+9
* Move default content type to BasicRequestBodyBjørn Madsen2017-08-091-25/+29
* Expand BodySerializer to carry a default content typeBjørn Madsen2017-08-081-3/+5
* Add circe support moduleBjørn Madsen2017-08-061-2/+2
* Using a custom URI classadamw2017-07-281-10/+10
* Reverting in-progress changesadamw2017-07-281-1/+1
* Updating scalafmt pluginadamw2017-07-281-1/+1
* Splitting the model package into files, adding Xlint to compiler optionsadamw2017-07-241-0/+2
* Splitting the package object into smaller classesadamw2017-07-241-0/+269