aboutsummaryrefslogtreecommitdiff
path: root/okhttp-client-handler/src/main/scala/com
Commit message (Expand)AuthorAgeFilesLines
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-183/+0
* Merge pull request #31 from aeons/masterAdam Warski2017-08-301-4/+14
|\
| * Close async Ok Http bodies correctlyBjørn Madsen2017-08-291-1/+1
| * Close Ok Http bodiesBjørn Madsen2017-08-291-5/+15
* | Rename field in request specifiction for consistency with setting response ha...adamw2017-08-301-2/+2
* | Implementing multi-part uploads for the http url connection backendadamw2017-08-301-5/+1
|/
* Multipart support in ok http clientadamw2017-08-291-3/+22
* Removing the model package, flattening the structureadamw2017-08-291-2/+1
* Minor changes for consistencyadamw2017-08-281-1/+1
* Minox changesOmar Alejandro Mainegra Sarduy2017-08-141-10/+13
* 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