aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-handler/future
Commit message (Expand)AuthorAgeFilesLines
* 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 S...adamw2017-08-031-29/+4
* Using a custom URI classadamw2017-07-281-4/+2
* Hiding specific implementation typesadamw2017-07-241-3/+4
* Closing the async http client if created by sttpadamw2017-07-241-6/+10
* Adding streaming to the monix async http client handleradamw2017-07-241-1/+31
* Adding missing implicit EC to Future/AsyncHttpClient handleradamw2017-07-241-6/+17
* Better responseAs mapping, done on the client thread pooladamw2017-07-241-7/+18
* 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/+33