aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Other (allowed) are left intact. Adding an option to escape all to the URI API.
* 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
|\ | | | | Make request timeout configurable
| * 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 closed
| * 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/... ↵adamw2017-09-042-2/+6
| | | | integrations
* 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 ↵adamw2017-08-3115-55/+160
| | | | code isn't 2xx
* Follow-redirect supportadamw2017-08-318-17/+104
|
* Change module namesadamw2017-08-311-2/+2
|
* Merge pull request #32 from aeons/rename-monix-okhttpAdam Warski2017-08-3118-147/+135
|\ | | | | Rename handler subprojects to be consistent
| * Update READMEBjørn Madsen2017-08-301-30/+30
| |
| * Rename subprojects to be more consistentBjørn Madsen2017-08-3017-117/+105
| |
* | Setting version to 0.0.9-SNAPSHOTadamw2017-08-301-1/+1
| |
* | Setting version to 0.0.8v0.0.8adamw2017-08-302-10/+10
|/
* Update readmeadamw2017-08-301-7/+1
|
* Merge pull request #27 from aeons/feature/fs2Adam Warski2017-08-3011-108/+315
|\ | | | | Add fs2 streaming module and refactor streaming tests
| * Add tests for fs2 module and refactor streaming testsBjørn Madsen2017-08-309-106/+211
| |