aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating dependenciesadamw2017-10-054-12/+20
* Setting version to 0.0.17-SNAPSHOTadamw2017-09-251-1/+1
* Setting version to 0.0.16v0.0.16adamw2017-09-252-11/+11
* Merge pull request #37 from cb372/fix-empty-response-npeAdam Warski2017-09-252-1/+31
|\
| * Add a null check for result of getInputStream()Chris Birchall2017-09-251-1/+7
| * Add failing test to reproduce the issueChris Birchall2017-09-251-0/+24
|/
* Setting version to 0.0.16-SNAPSHOTadamw2017-09-221-1/+1
* Setting version to 0.0.15v0.0.15adamw2017-09-222-11/+11
* #11, #35: SSL docs, more options for customizing delegated client callsadamw2017-09-223-24/+78
* Setting version to 0.0.15-SNAPSHOTadamw2017-09-141-1/+1
* Setting version to 0.0.14v0.0.14adamw2017-09-142-11/+11
* Renaming "handler" to "backend"adamw2017-09-1426-325/+328
* Readmeadamw2017-09-141-1/+15
* Setting version to 0.0.14-SNAPSHOTadamw2017-09-131-1/+1
* Setting version to 0.0.13v0.0.13adamw2017-09-132-11/+11
* By default, only escaping in queries the & and = reserved characters.adamw2017-09-133-36/+82
* Setting version to 0.0.13-SNAPSHOTadamw2017-09-071-1/+1
* Setting version to 0.0.12v0.0.12adamw2017-09-072-11/+11
* Moving circe to correct fileadamw2017-09-071-0/+0
* Updating dependenciesadamw2017-09-071-4/+7
* sbt updateadamw2017-09-071-1/+1
* Reformatadamw2017-09-0710-21/+31
* Merge pull request #28 from bhop/feature/request-timeoutAdam Warski2017-09-0717-57/+228
|\
| * Post review changesPiotr Gabara2017-09-0614-73/+85
| * Make read and connection timeout configurablePiotr Gabara2017-09-0517-48/+210
* | Tag methodsadamw2017-09-053-6/+21
|/
* Hopefully fixing a flaky testadamw2017-09-041-6/+9
* Better wordingadamw2017-09-041-1/+1
* Setting version to 0.0.12-SNAPSHOTadamw2017-09-041-1/+1
* Setting version to 0.0.11v0.0.11adamw2017-09-042-11/+11
* Docs on cleaning upadamw2017-09-041-0/+12
* Only close the okhttp client if it was created by the handleradamw2017-09-042-22/+55
* Missing feature importadamw2017-09-041-0/+1
* 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-0414-107/+166
|/
* Add an option to attach arbitrary tags to requests for logging/metrics/... in...adamw2017-09-042-2/+6
* All handler must implement close() (even if empty)adamw2017-09-043-1/+5
* Setting version to 0.0.11-SNAPSHOTadamw2017-09-041-1/+1
* Setting version to 0.0.10v0.0.10adamw2017-09-042-11/+11
* #33: properly escape path segments in URIsadamw2017-09-042-18/+19
* Readme updateadamw2017-09-011-4/+8
* Setting version to 0.0.10-SNAPSHOTadamw2017-08-311-1/+1
* Setting version to 0.0.9v0.0.9adamw2017-08-312-10/+10
* Fix compilationadamw2017-08-311-1/+2
* Make OkHttp client not follow redirects by defaultadamw2017-08-312-4/+14
* Breaking redirect loopsadamw2017-08-312-13/+48
* Keep a history of redirect responsesadamw2017-08-317-10/+43
* Change MonadError syntax to improve type inferenceadamw2017-08-3111-37/+47
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-3115-55/+160