aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * extending apply method for URIs containing scheme, host and pathIryna Svitlychenko2017-11-111-0/+2
* | Setting version to 1.0.4-SNAPSHOTadamw2017-11-131-1/+1
* | Setting version to 1.0.3v1.0.3adamw2017-11-137-14/+14
* | Improving testing docsadamw2017-11-132-5/+10
* | #44: supporting type conversion in the backend stubadamw2017-11-136-14/+128
* | Adding explicit type annotationsadamw2017-11-131-2/+4
* | #43: supporting exceptions in the stub backendadamw2017-11-133-6/+41
|/
* Setting version to 1.0.3-SNAPSHOTadamw2017-10-311-1/+1
* Setting version to 1.0.2v1.0.2adamw2017-10-317-14/+14
* #40: properly concatenating expression/token sequences in uri interpolatoradamw2017-10-312-6/+46