aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-handler/scalaz
Commit message (Collapse)AuthorAgeFilesLines
* Change MonadError syntax to improve type inferenceadamw2017-08-311-2/+2
|
* Response.body is now an Either[String, T], to handle cases when the status ↵adamw2017-08-311-0/+4
| | | | code isn't 2xx
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-5/+5
|
* Actually use the AHC config in usingConfig methodsBjørn Madsen2017-08-041-1/+1
|
* Making the response monad a top-level concept, to make it possible to write ↵adamw2017-08-031-5/+2
| | | | SttpHandler wrappers.
* Hiding specific implementation typesadamw2017-07-241-3/+4
|
* Closing the async http client if created by sttpadamw2017-07-241-5/+10
|
* Adding streaming to the monix async http client handleradamw2017-07-241-1/+12
|
* Adding missing implicit EC to Future/AsyncHttpClient handleradamw2017-07-241-5/+10
|
* Better responseAs mapping, done on the client thread pooladamw2017-07-241-4/+13
|
* Making the general AsyncHttpClientHandler interface publicadamw2017-07-211-1/+1
|
* Scalaz version of the async http client handler, wrapping responses in a Taskadamw2017-07-211-0/+32