aboutsummaryrefslogtreecommitdiff
path: root/okhttp-handler
Commit message (Expand)AuthorAgeFilesLines
* Only close the okhttp client if it was created by the handleradamw2017-09-042-22/+55
* Merge pull request #34 from omainegra/okhttp_close_handlerAdam Warski2017-09-041-1/+1
|\
| * Close Okhttp client when the handler is closedOmar Alejandro Mainegra Sarduy2017-09-041-1/+1
* | Extracting FollowRedirectsHandler as a wrapper-handleradamw2017-09-042-5/+6
|/
* All handler must implement close() (even if empty)adamw2017-09-041-0/+2
* Make OkHttp client not follow redirects by defaultadamw2017-08-312-4/+14
* Keep a history of redirect responsesadamw2017-08-311-1/+1
* Change MonadError syntax to improve type inferenceadamw2017-08-312-9/+7
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-311-2/+12
* Follow-redirect supportadamw2017-08-311-2/+2
* Rename subprojects to be more consistentBjørn Madsen2017-08-302-0/+289