aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-handler/future/src/main/scala/com/softwaremill
Commit message (Collapse)AuthorAgeFilesLines
* 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-29/+4
| | | | SttpHandler wrappers.
* 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