aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21 from aeons/feature/cats-effectAdam Warski2017-08-045-2/+94
|\ | | | | Add support for cats effect with AHC backend
| * Update README.mdBjørn Madsen2017-08-041-1/+10
| |
| * Include cats project in root projectBjørn Madsen2017-08-041-0/+1
| |
| * Make CatsAsyncHttpClientHandler constructor privateBjørn Madsen2017-08-041-5/+8
| |
| * Add support for cats effect with AHC backendBjørn Madsen2017-08-044-1/+80
| |
* | Readme fixesadamw2017-08-041-2/+2
| |
* | Merge pull request #20 from aeons/fix/ahc-configAdam Warski2017-08-043-3/+3
|\ \ | | | | | | Actually use the AHC config in usingConfig methods
| * | Actually use the AHC config in usingConfig methodsBjørn Madsen2017-08-043-3/+3
| |/
* | Merge pull request #19 from sobacode/fix_typoAdam Warski2017-08-041-1/+1
|\ \ | |/ |/| Fix typo in README.md
| * Fix typo in README.mdYuki Ishikawa2017-08-041-1/+1
|/
* Custom backends readmeadamw2017-08-031-0/+10
|
* Links to blogsadamw2017-08-031-0/+4
|
* Fix 2.11 compileadamw2017-08-032-2/+5
|
* Making the response monad a top-level concept, to make it possible to write ↵adamw2017-08-039-69/+92
| | | | SttpHandler wrappers.
* uri-in-uri testadamw2017-08-021-1/+3
|
* Fix compile on 2.11adamw2017-08-021-1/+1
|
* ResponseAsParams is not needed, it's enough to parse the string into parametersadamw2017-08-026-27/+13
|
* Special encoding for fragmentadamw2017-08-022-10/+23
|
* Setting version to 0.0.5-SNAPSHOTadamw2017-08-021-1/+1
|
* Setting version to 0.0.4v0.0.4adamw2017-08-022-8/+8
|
* Readmeadamw2017-08-021-0/+2
|
* OkHttp docsadamw2017-08-022-9/+29
|
* Merge pull request #14 from omainegra/okhttp3Adam Warski2017-08-016-12/+168
|\ | | | | Initial support for OkHttp3 as backend
| * Fix compile errorOmar Alejandro Mainegra Sarduy2017-08-011-1/+1
| |
| * Update scala 2.11 versionOmar Alejandro Mainegra Sarduy2017-08-012-2/+2
| |
| * Merge branch 'master' into okhttp3Omar Alejandro Mainegra Sarduy2017-08-014-326/+527
| |\ | |/ |/|
* | Cleaning up the uri interpolatoradamw2017-08-011-302/+367
| |
* | Initial version of the new uri interpolatoradamw2017-08-013-285/+392
| |
* | Storing structured user infoadamw2017-07-313-36/+49
| |
* | Support for user info in the Uri classadamw2017-07-313-17/+33
| |
| * Update with PR commentsOmar Alejandro Mainegra Sarduy2017-08-012-6/+9
| |
| * Update to match the new Uri classOmar Alejandro Mainegra Sarduy2017-07-281-3/+2
| |
| * Merge branch 'master' into okhttp3Omar Alejandro Mainegra Sarduy2017-07-2817-119/+426
| |\ | |/ |/|
* | Contributing updateadamw2017-07-281-1/+1
| |
* | Supported streams tableadamw2017-07-281-5/+5
| |
* | Supported streams tableadamw2017-07-281-1/+11
| |
* | Closing handlers after testsadamw2017-07-282-2/+20
| |
* | Removing trailing commaadamw2017-07-281-1/+1
| |
* | Fixing type in readmeadamw2017-07-281-2/+1
| |
* | Updating to scala 2.12.3adamw2017-07-282-2/+2
| |
* | Using a custom URI classadamw2017-07-2812-109/+387
| |
* | Reverting in-progress changesadamw2017-07-286-240/+105
| |
* | Updating scalafmt pluginadamw2017-07-288-107/+242
| |
* | More librariesadamw2017-07-281-0/+2
| |
| * Include unit tests as well.Omar Alejandro Mainegra Sarduy2017-07-282-1/+9
| |
| * First attempt for #13: Created Sync and Future handlers based on OkHttp3.Omar Alejandro Mainegra Sarduy2017-07-281-0/+133
| |
| * Add project definitionOmar Alejandro Mainegra Sarduy2017-07-281-7/+20
|/
* Setting version to 0.0.4-SNAPSHOTadamw2017-07-261-1/+1
|
* Setting version to 0.0.3v0.0.3adamw2017-07-262-7/+7
|
* Adding a release step to input the password earlyadamw2017-07-261-0/+3
|