aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
| * Add fs2 streaming moduleBjørn Madsen2017-08-302-2/+104
|/
* Merge pull request #31 from aeons/masterAdam Warski2017-08-302-5/+18
|\ | | | | Close Ok Http bodies
| * Close async Ok Http bodies correctlyBjørn Madsen2017-08-292-2/+5
| | | | | | Closing the body is not done in the async Ok Http handler, and is now the responsibility of the caller.
| * Close Ok Http bodiesBjørn Madsen2017-08-291-5/+15
| |
* | Move javadocadamw2017-08-301-7/+6
| |
* | Rename field in request specifiction for consistency with setting response ↵adamw2017-08-305-9/+9
| | | | | | | | handling method
* | Implementing multi-part uploads for the http url connection backendadamw2017-08-306-24/+145
| |
* | Remove copied methodadamw2017-08-301-16/+1
|/
* Multipart support in ok http clientadamw2017-08-291-3/+22
|