aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename TryBackend factory object to TryHttpURLConnectionBackenJosh Lemer2017-12-242-5/+4
* Added TryBackend to backends summary docsJosh Lemer2017-12-231-0/+1
* Add TryMonad, implement a delegating TryBackendJosh Lemer2017-12-232-0/+37
* Better not found message if no handlers match in the stub backendadamw2017-12-211-5/+7
* Support both arrays and interables in the uri interpolatoradamw2017-12-182-2/+6
* Setting version to 1.1.3-SNAPSHOTadamw2017-12-061-1/+1
* Setting version to 1.1.2v1.1.2adamw2017-12-068-18/+18
* #53: using proper encoding when reading the response bodyadamw2017-12-067-19/+72
* Update sbtadamw2017-11-302-9/+5
* Setting version to 1.1.2-SNAPSHOTadamw2017-11-291-1/+1
* Setting version to 1.1.1v1.1.1adamw2017-11-298-18/+18
* Merge pull request #52 from dpovey/masterAdam Warski2017-11-292-4/+58
|\
| * When stubbing using with thenRespondWithCode, treat 2xx as a success and retu...Dean Povey2017-11-292-4/+58
|/
* Setting version to 1.1.1-SNAPSHOTadamw2017-11-271-1/+1
* Setting version to 1.1.0v1.1.0adamw2017-11-278-18/+18
* Documentation of special : handling when embedding a hostadamw2017-11-271-2/+15
* Validating that the port is specified only once when interpolating a URIadamw2017-11-273-4/+29
* Basic validation of a constructed URIadamw2017-11-273-1/+24
* Properly handling ipv6 in the uri interpolatoradamw2017-11-272-9/+35
* Properly encoding ipv6 addressesadamw2017-11-272-3/+26
* ipv4 testsadamw2017-11-251-0/+4
* Special case in the uri interpolator which allows embedding host with the por...adamw2017-11-252-3/+22
* Adding tests for optional ports in uri interpolatoradamw2017-11-251-1/+3
* Properly encode IDN domain namesadamw2017-11-252-2/+4
* Docs: usage examplesadamw2017-11-223-6/+105
* Documentation notes about Uriadamw2017-11-221-1/+3
* Setting version to 1.0.7-SNAPSHOTadamw2017-11-221-1/+1
* Add a note with a link to Marco's comparison of HTTP clients.adamw2017-11-221-0/+1
* Setting version to 1.0.6v1.0.6adamw2017-11-227-14/+14
* Removing extra version fileadamw2017-11-221-1/+0
* Adding blog linksadamw2017-11-221-0/+3
* Adding a Uri.toJavaUri methodadamw2017-11-222-0/+7
* #48: %-encode plus in queriesadamw2017-11-212-4/+11
* Merge pull request #47 from sullis/travis-scala-2.12.4Adam Warski2017-11-191-2/+2
|\
| * fix travis.yml: Scala 2.12.4Sean Sullivan2017-11-181-2/+2
|/
* Setting version to 1.0.6-SNAPSHOTadamw2017-11-161-1/+1
* Setting version to 1.0.5v1.0.5adamw2017-11-167-14/+14
* Docs on retriesadamw2017-11-161-3/+47
* Add the possibility for monads to recover from errorsadamw2017-11-166-0/+36
* Rename file for consistencyadamw2017-11-151-0/+0
* Setting version to 1.0.5-SNAPSHOTadamw2017-11-141-1/+1
* Setting version to 1.0.4v1.0.4adamw2017-11-147-14/+14
* Updating dependenciesadamw2017-11-142-7/+7
* #45: add matching on any requestadamw2017-11-141-0/+8
* Add a test to convert a java URI to Uri & improve implementationadamw2017-11-142-9/+8
* Import cleanupadamw2017-11-142-2/+0
* Simplifying the internal implementation of the testing stubadamw2017-11-141-41/+20
* Testing docsadamw2017-11-142-9/+53
* Merge pull request #46 from Iryna-/uri-enhancementAdam Warski2017-11-141-1/+12
|\
| * added compatibility with Java URIIryna Svitlychenko2017-11-111-1/+10