aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-handler/monix/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Make read and connection timeout configurablePiotr Gabara2017-09-051-3/+7
|
* Extracting FollowRedirectsHandler as a wrapper-handleradamw2017-09-041-5/+12
|
* Change MonadError syntax to improve type inferenceadamw2017-08-311-3/+8
|
* Response.body is now an Either[String, T], to handle cases when the status ↵adamw2017-08-311-1/+11
| | | | code isn't 2xx
* Rename subprojects to be more consistentBjørn Madsen2017-08-301-5/+5
|
* Move circe package objectBjørn Madsen2017-08-071-2/+1
|
* 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-6/+10
|
* Adding streaming to the monix async http client handleradamw2017-07-241-8/+41
|
* Adding missing implicit EC to Future/AsyncHttpClient handleradamw2017-07-241-0/+9
|
* Better responseAs mapping, done on the client thread pooladamw2017-07-241-4/+13
|
* Making the general AsyncHttpClientHandler interface publicadamw2017-07-211-1/+1
|
* Monix handleradamw2017-07-211-0/+35