aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add new handler to README.mdOmar Alejandro Mainegra Sarduy2017-08-071-1/+2
| | |
| * | Stream the response body in Monix IO scheduler. Fix typo in variable name.Omar Alejandro Mainegra Sarduy2017-08-071-2/+4
| | |
| * | Merge branch 'master' into okhttp3-monixOmar Alejandro Mainegra Sarduy2017-08-0412-34/+340
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala
| * | | Include unit testsOmar Alejandro Mainegra Sarduy2017-08-043-11/+76
| | | |
| * | | Add new Monix handlerOmar Alejandro Mainegra Sarduy2017-08-042-4/+86
| | | |
| * | | Refectory: Abstract async handlers over MonadAsynErrorOmar Alejandro Mainegra Sarduy2017-08-041-22/+33
| | | |
* | | | Updating UI pluginadamw2017-08-281-1/+1
| | | |
* | | | Updating to sbt 1.0adamw2017-08-283-6/+6
| |_|/ |/| |
* | | Setting version to 0.0.7-SNAPSHOTadamw2017-08-101-1/+1
| | |
* | | Setting version to 0.0.6v0.0.6adamw2017-08-102-10/+10
| | |
* | | Running missing testsadamw2017-08-101-0/+1
| | |
* | | Updating scalafmt pluginadamw2017-08-101-1/+1
| | |
* | | Formattingadamw2017-08-101-1/+2
| | |
* | | Small simplification of the withBasicBody methodadamw2017-08-101-12/+9
| | |
* | | Merge pull request #25 from aeons/feature/circeAdam Warski2017-08-1012-64/+248
|\ \ \ | |_|/ |/| | Add circe support module
| * | Move default content type to BasicRequestBodyBjørn Madsen2017-08-0910-115/+99
| | | | | | | | | Revert BodySerializer to be a function, and remove SerializableBody
| * | Expand BodySerializer to carry a default content typeBjørn Madsen2017-08-086-31/+44
| | | | | | | | | And update circe module to use this
| * | Clean up build fileBjørn Madsen2017-08-071-3/+4
| | |
| * | Add some documentation for the circe moduleBjørn Madsen2017-08-071-0/+32
| | |
| * | Move circe package objectBjørn Madsen2017-08-072-2/+1
| | |
| * | Add circe support moduleBjørn Madsen2017-08-065-3/+158
|/ /
* | Setting version to 0.0.6-SNAPSHOTadamw2017-08-041-1/+1
| |
* | Setting version to 0.0.5v0.0.5adamw2017-08-042-9/+9
| |
* | Merge pull request #16 from softwaremill/responseaspathAdam Warski2017-08-0411-24/+330
|\ \ | |/ |/| Save response as File/Path
| * #7: Add asFile and asPath responsesPiotr Buda2017-08-0411-24/+330
|/
* Fixing 2.11adamw2017-08-041-2/+5
|
* Extracting common logic for handling basic responses eagerlyadamw2017-08-044-49/+80
|
* Merge pull request #21 from aeons/feature/cats-effectAdam Warski2017-08-045-2/+94
|\ | | | | Add support for cats effect with AHC backend
| * Update README.mdBjørn Madsen2017-08-041-1/+10
| |
| * Include cats project in root projectBjørn Madsen2017-08-041-0/+1
| |
| * Make CatsAsyncHttpClientHandler constructor privateBjørn Madsen2017-08-041-5/+8
| |
| * Add support for cats effect with AHC backendBjørn Madsen2017-08-044-1/+80
| |
* | Readme fixesadamw2017-08-041-2/+2
| |
* | Merge pull request #20 from aeons/fix/ahc-configAdam Warski2017-08-043-3/+3
|\ \ | | | | | | Actually use the AHC config in usingConfig methods
| * | Actually use the AHC config in usingConfig methodsBjørn Madsen2017-08-043-3/+3
| |/
* | Merge pull request #19 from sobacode/fix_typoAdam Warski2017-08-041-1/+1
|\ \ | |/ |/| Fix typo in README.md
| * Fix typo in README.mdYuki Ishikawa2017-08-041-1/+1
|/
* Custom backends readmeadamw2017-08-031-0/+10
|
* Links to blogsadamw2017-08-031-0/+4
|
* Fix 2.11 compileadamw2017-08-032-2/+5
|
* Making the response monad a top-level concept, to make it possible to write ↵adamw2017-08-039-69/+92
| | | | SttpHandler wrappers.
* uri-in-uri testadamw2017-08-021-1/+3
|
* Fix compile on 2.11adamw2017-08-021-1/+1
|
* ResponseAsParams is not needed, it's enough to parse the string into parametersadamw2017-08-026-27/+13
|
* Special encoding for fragmentadamw2017-08-022-10/+23
|
* Setting version to 0.0.5-SNAPSHOTadamw2017-08-021-1/+1
|
* Setting version to 0.0.4v0.0.4adamw2017-08-022-8/+8
|
* Readmeadamw2017-08-021-0/+2
|
* OkHttp docsadamw2017-08-022-9/+29
|
* Merge pull request #14 from omainegra/okhttp3Adam Warski2017-08-016-12/+168
|\ | | | | Initial support for OkHttp3 as backend