aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Multipart support in async http clientadamw2017-08-293-0/+59
|
* Removing the model package, flattening the structureadamw2017-08-291-1/+0
|
* Removing the model package, flattening the structureadamw2017-08-291-1/+0
|
* Removing the model package, flattening the structureadamw2017-08-292-3/+12
|
* Removing the model package, flattening the structureadamw2017-08-299-38/+7
|
* Filtering out the content-length header in Akka, as it cannot be explicitly setadamw2017-08-291-2/+14
|
* Multipart support in Akka handleradamw2017-08-296-54/+220
|
* Merge pull request #30 from sullis/async-http-client-2.0.35Adam Warski2017-08-281-1/+1
|\ | | | | async-http-client 2.0.35
| * async-http-client 2.0.35Sean Sullivan2017-08-281-1/+1
| |
* | Merge pull request #29 from omainegra/fix_readme_okhttp_java7Adam Warski2017-08-281-1/+1
|\ \ | |/ |/| Notice that sttp can be used with Java 7 by using OkHttp backends
| * Notice that sttp can be used with Java 7 by using OkHttp backendsOmar Alejandro Mainegra Sarduy2017-08-281-1/+1
| |
* | Setting version to 0.0.8-SNAPSHOTadamw2017-08-281-1/+1
| |
* | Setting version to 0.0.7v0.0.7adamw2017-08-282-10/+10
|/
* Minor changes for consistencyadamw2017-08-282-4/+1
|