aboutsummaryrefslogtreecommitdiff
path: root/okhttp-client-handler/src/main/scala/com
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into okhttp3-monixOmar Alejandro Mainegra Sarduy2017-08-111-7/+7
|\
| * Move default content type to BasicRequestBodyBjørn Madsen2017-08-091-7/+7
* | Merge branch 'master' into okhttp3-monixOmar Alejandro Mainegra Sarduy2017-08-041-2/+5
|\|
| * #7: Add asFile and asPath responsesPiotr Buda2017-08-041-1/+4
* | Refectory: Abstract async handlers over MonadAsynErrorOmar Alejandro Mainegra Sarduy2017-08-041-22/+33
|/
* Extracting common logic for handling basic responses eagerlyadamw2017-08-041-15/+14
* Fix 2.11 compileadamw2017-08-031-2/+4
* Making the response monad a top-level concept, to make it possible to write S...adamw2017-08-031-16/+25
* ResponseAsParams is not needed, it's enough to parse the string into parametersadamw2017-08-021-3/+1
* Update with PR commentsOmar Alejandro Mainegra Sarduy2017-08-011-5/+7
* Update to match the new Uri classOmar Alejandro Mainegra Sarduy2017-07-281-3/+2
* First attempt for #13: Created Sync and Future handlers based on OkHttp3.Omar Alejandro Mainegra Sarduy2017-07-281-0/+133