aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/com/softwaremill/sttp/package.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove the problematic constructoradamw2018-03-021-3/+0
* Additional asFile() constructoradamw2018-03-011-0/+3
* New scalafmt settingsadamw2018-02-201-52/+22
* #53: using proper encoding when reading the response bodyadamw2017-12-061-3/+16
* #44: supporting type conversion in the backend stubadamw2017-11-131-0/+6
* json4s supportadamw2017-10-181-0/+1
* Renaming "handler" to "backend"adamw2017-09-141-1/+1
* Post review changesPiotr Gabara2017-09-061-8/+8
* Make read and connection timeout configurablePiotr Gabara2017-09-051-5/+4
* Extracting FollowRedirectsHandler as a wrapper-handleradamw2017-09-041-0/+5
* Add an option to attach arbitrary tags to requests for logging/metrics/... in...adamw2017-09-041-1/+2
* Change MonadError syntax to improve type inferenceadamw2017-08-311-1/+2
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-311-0/+8
* Follow-redirect supportadamw2017-08-311-1/+7
* Implementing multi-part uploads for the http url connection backendadamw2017-08-301-0/+3
* Multipart support in async http clientadamw2017-08-291-0/+4
* Removing the model package, flattening the structureadamw2017-08-291-2/+0
* Multipart support in Akka handleradamw2017-08-291-15/+72
* #7: Add asFile and asPath responsesPiotr Buda2017-08-041-2/+26
* ResponseAsParams is not needed, it's enough to parse the string into parametersadamw2017-08-021-1/+1
* Using a custom URI classadamw2017-07-281-2/+1
* 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-2/+7
* Splitting the package object into smaller classesadamw2017-07-241-312/+52
* Automatically setting content-length, where possibleadamw2017-07-241-8/+48
* Better responseAs mapping, done on the client thread pooladamw2017-07-241-5/+5
* AcceptEncoding + response decompressionadamw2017-07-211-6/+19
* Mapping responsesadamw2017-07-191-12/+13
* How the response should be handled is now part of the request definitionadamw2017-07-191-71/+81
* Streaming tests, commentsadamw2017-07-161-26/+65
* Response as parametersadamw2017-07-151-0/+6
* Form dataadamw2017-07-151-11/+48
* Basic authadamw2017-07-151-0/+19
* One more cookie-setting alternativeadamw2017-07-151-0/+2
* Setting cookiesadamw2017-07-151-3/+14
* Removing FileBodyadamw2017-07-151-7/+2
* Cookie parsingadamw2017-07-151-0/+1
* Headers & errors supportadamw2017-07-151-3/+3
* Initial version of the URI interpolatoradamw2017-07-091-1/+1
* Source formattingadamw2017-07-091-39/+103
* Simple URI testsadamw2017-07-081-0/+4
* data -> bodyadamw2017-07-081-8/+8
* Further simplifying requesting streaming responsesadamw2017-07-061-6/+6
* Missing variance annotationadamw2017-07-041-1/+1
* Commentsadamw2017-07-041-2/+3
* Stream type is nothing when the response doesn't support streamingadamw2017-07-041-5/+5
* First version of unified sendadamw2017-07-041-59/+13
* More methodsadamw2017-06-301-8/+12
* Content typeadamw2017-06-301-21/+99