aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-handler
Commit message (Expand)AuthorAgeFilesLines
* Rename subprojects to be more consistentBjørn Madsen2017-08-305-25/+25
* Add fs2 streaming moduleBjørn Madsen2017-08-301-0/+88
* Rename field in request specifiction for consistency with setting response ha...adamw2017-08-301-1/+1
* Multipart support in async http clientadamw2017-08-291-0/+45
* Removing the model package, flattening the structureadamw2017-08-291-2/+12
* Removing the model package, flattening the structureadamw2017-08-291-21/+3
* Move default content type to BasicRequestBodyBjørn Madsen2017-08-091-8/+5
* Move circe package objectBjørn Madsen2017-08-071-2/+1
* #7: Add asFile and asPath responsesPiotr Buda2017-08-041-0/+5
* Extracting common logic for handling basic responses eagerlyadamw2017-08-041-28/+23
* Merge pull request #21 from aeons/feature/cats-effectAdam Warski2017-08-041-0/+64
|\
| * Make CatsAsyncHttpClientHandler constructor privateBjørn Madsen2017-08-041-5/+8
| * Add support for cats effect with AHC backendBjørn Madsen2017-08-041-0/+61
* | Actually use the AHC config in usingConfig methodsBjørn Madsen2017-08-043-3/+3
|/
* Making the response monad a top-level concept, to make it possible to write S...adamw2017-08-034-53/+14
* ResponseAsParams is not needed, it's enough to parse the string into parametersadamw2017-08-021-3/+0
* Using a custom URI classadamw2017-07-282-8/+5
* #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
* Hiding specific implementation typesadamw2017-07-243-9/+12
* Closing the async http client if created by sttpadamw2017-07-244-18/+37
* Adding streaming to the monix async http client handleradamw2017-07-244-45/+230
* Adding missing implicit EC to Future/AsyncHttpClient handleradamw2017-07-243-11/+36
* Better responseAs mapping, done on the client thread pooladamw2017-07-244-39/+79
* Making the general AsyncHttpClientHandler interface publicadamw2017-07-214-8/+7
* Monix handleradamw2017-07-211-0/+35
* Scalaz version of the async http client handler, wrapping responses in a Taskadamw2017-07-213-23/+89
* Initial support for async-http-clientadamw2017-07-211-0/+113