aboutsummaryrefslogtreecommitdiff
path: root/okhttp-client-handler
Commit message (Collapse)AuthorAgeFilesLines
* Rename subprojects to be more consistentBjørn Madsen2017-08-302-291/+0
|
* Merge pull request #31 from aeons/masterAdam Warski2017-08-302-5/+18
|\ | | | | Close Ok Http bodies
| * Close async Ok Http bodies correctlyBjørn Madsen2017-08-292-2/+5
| | | | | | Closing the body is not done in the async Ok Http handler, and is now the responsibility of the caller.
| * Close Ok Http bodiesBjørn Madsen2017-08-291-5/+15
| |
* | Rename field in request specifiction for consistency with setting response ↵adamw2017-08-301-2/+2
| | | | | | | | handling method
* | 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-282-4/+1
|
* Minox changesOmar Alejandro Mainegra Sarduy2017-08-141-10/+13
|
* Improve streaming partOmar Alejandro Mainegra Sarduy2017-08-141-21/+50
|
* Merge branch 'master' into okhttp3-monixOmar Alejandro Mainegra Sarduy2017-08-111-7/+7
|\ | | | | | | | | | | # Conflicts: # build.sbt # okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala
| * Move default content type to BasicRequestBodyBjørn Madsen2017-08-091-7/+7
| | | | | | Revert BodySerializer to be a function, and remove SerializableBody
* | Wait until the stream is sent to sinkOmar Alejandro Mainegra Sarduy2017-08-091-2/+9
| |
* | 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-041-2/+5
|\| | | | | | | | | # Conflicts: # okhttp-client-handler/src/main/scala/com/softwaremill/sttp/okhttp/OkHttpClientHandler.scala
| * #7: Add asFile and asPath responsesPiotr Buda2017-08-041-1/+4
| |
* | Include unit testsOmar Alejandro Mainegra Sarduy2017-08-041-4/+2
| |
* | Add new Monix handlerOmar Alejandro Mainegra Sarduy2017-08-041-0/+72
| |
* | 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 ↵adamw2017-08-031-16/+25
| | | | SttpHandler wrappers.
* 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