aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added test for respondWithMonad happy paththen-respond-futurePaweł Stawicki2018-01-291-0/+10
* Added back the thenRespond(resp: => Response) methodPaweł Stawicki2018-01-282-5/+10
* Docs for thenResponseWithMonad, and a little code cleanup in testPaweł Stawicki2018-01-241-10/+7
* Allow SttpBackendStub to accept monad with response, not to hold thread when ...Paweł Stawicki2018-01-242-17/+52
* rename message to statusText in Responseintracer2018-01-111-1/+1
* add status message to Response #59intracer2018-01-096-6/+10
* Remove dependence on StringTokenizerJosh Lemer2017-12-291-10/+3
* #56 Minor change in the try backend's class nameadamw2017-12-271-1/+1
* Add TryHttpUrlConnection testsJosh Lemer2017-12-241-2/+3
* Rename TryBackend factory object to TryHttpURLConnectionBackenJosh Lemer2017-12-241-4/+3
* 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
* #53: using proper encoding when reading the response bodyadamw2017-12-062-8/+27
* Update sbtadamw2017-11-301-8/+4
* When stubbing using with thenRespondWithCode, treat 2xx as a success and retu...Dean Povey2017-11-292-4/+58
* 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
* Removing extra version fileadamw2017-11-221-1/+0
* Adding a Uri.toJavaUri methodadamw2017-11-222-0/+7
* #48: %-encode plus in queriesadamw2017-11-212-4/+11
* Add the possibility for monads to recover from errorsadamw2017-11-161-0/+16
* #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
* Simplifying the internal implementation of the testing stubadamw2017-11-141-41/+20
* Testing docsadamw2017-11-141-3/+33
* 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
* | #44: supporting type conversion in the backend stubadamw2017-11-134-11/+96
* | Adding explicit type annotationsadamw2017-11-131-2/+4
* | #43: supporting exceptions in the stub backendadamw2017-11-132-6/+29
|/
* #40: properly concatenating expression/token sequences in uri interpolatoradamw2017-10-312-6/+46
* code review fixesMichał Siatkowski2017-10-311-1/+1
* Loading system proxy values by defaultMichał Siatkowski2017-10-301-5/+34
* Fix compiler warningsadamw2017-10-252-4/+12
* Merge branch 'master' into stub-match-partialPaweł Stawicki2017-10-251-0/+1
|\
| * json4s supportadamw2017-10-181-0/+1
* | Test stub matching partial function mapping request to responsePaweł Stawicki2017-10-252-8/+46
|/
* Setting version to 0.0.20-SNAPSHOTadamw2017-10-091-1/+1
* Setting version to 0.0.19v0.0.19adamw2017-10-091-0/+1
* Backend stubs with fallback (thx to @gabro)adamw2017-10-092-11/+49
* Testing backendadamw2017-10-092-0/+141
* Cleanupadamw2017-10-091-1/+2