aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-handler/src
Commit message (Expand)AuthorAgeFilesLines
* Move default content type to BasicRequestBodyBjørn Madsen2017-08-091-8/+5
* #7: Add asFile and asPath responsesPiotr Buda2017-08-041-0/+5
* Extracting common logic for handling basic responses eagerlyadamw2017-08-041-28/+23
* Making the response monad a top-level concept, to make it possible to write S...adamw2017-08-031-14/+6
* ResponseAsParams is not needed, it's enough to parse the string into parametersadamw2017-08-021-3/+0
* Using a custom URI classadamw2017-07-281-4/+3
* #2: onCompleted() in async-http-client-handler sometimes wasn't called, calli...adamw2017-07-261-5/+19
* Additional empty-body testsadamw2017-07-241-1/+1
* Closing the async http client if created by sttpadamw2017-07-241-1/+7
* Adding streaming to the monix async http client handleradamw2017-07-241-35/+146
* Better responseAs mapping, done on the client thread pooladamw2017-07-241-24/+35
* Making the general AsyncHttpClientHandler interface publicadamw2017-07-211-5/+4
* Scalaz version of the async http client handler, wrapping responses in a Taskadamw2017-07-211-23/+24
* Initial support for async-http-clientadamw2017-07-211-0/+113