aboutsummaryrefslogtreecommitdiff
path: root/async-http-client-handler
Commit message (Collapse)AuthorAgeFilesLines
* Make read and connection timeout configurablePiotr Gabara2017-09-056-15/+51
|
* Extracting FollowRedirectsHandler as a wrapper-handleradamw2017-09-046-29/+66
|
* Keep a history of redirect responsesadamw2017-08-311-1/+2
|
* Change MonadError syntax to improve type inferenceadamw2017-08-315-17/+28
|
* Response.body is now an Either[String, T], to handle cases when the status ↵adamw2017-08-316-7/+55
| | | | code isn't 2xx
* Follow-redirect supportadamw2017-08-311-1/+1
|
* 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 ↵adamw2017-08-301-1/+1
| | | | handling method
* 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
| | | Revert BodySerializer to be a function, and remove SerializableBody
* 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
|\ | | | | Add support for cats effect with AHC backend
| * 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 ↵adamw2017-08-034-53/+14
| | | | SttpHandler wrappers.
* 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, ↵adamw2017-07-261-5/+19
| | | | calling it earlier from onStream()
* 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