aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-handler/src/main/scala/com
Commit message (Expand)AuthorAgeFilesLines
* Renaming "handler" to "backend"adamw2017-09-141-313/+0
* Reformatadamw2017-09-071-1/+2
* Post review changesPiotr Gabara2017-09-061-7/+9
* Make read and connection timeout configurablePiotr Gabara2017-09-051-1/+15
* Extracting FollowRedirectsHandler as a wrapper-handleradamw2017-09-041-1/+1
* Keep a history of redirect responsesadamw2017-08-311-1/+2
* Change MonadError syntax to improve type inferenceadamw2017-08-311-7/+8
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-311-5/+22
* Follow-redirect supportadamw2017-08-311-1/+1
* 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
* #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