aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Allow SttpBackendStub to accept monad with response, not to hold thread when ...Paweł Stawicki2018-01-241-15/+26
* rename message to statusText in Responseintracer2018-01-111-1/+1
* add status message to Response #59intracer2018-01-094-4/+7
* 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-181-1/+3
* #53: using proper encoding when reading the response bodyadamw2017-12-062-8/+27
* When stubbing using with thenRespondWithCode, treat 2xx as a success and retu...Dean Povey2017-11-291-2/+4
* Validating that the port is specified only once when interpolating a URIadamw2017-11-271-0/+4
* Basic validation of a constructed URIadamw2017-11-272-1/+7
* Properly handling ipv6 in the uri interpolatoradamw2017-11-271-9/+30
* Properly encoding ipv6 addressesadamw2017-11-271-1/+9
* Special case in the uri interpolator which allows embedding host with the por...adamw2017-11-251-2/+19
* Properly encode IDN domain namesadamw2017-11-251-1/+1
* Adding a Uri.toJavaUri methodadamw2017-11-221-0/+2
* #48: %-encode plus in queriesadamw2017-11-211-3/+9
* 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-141-9/+1
* 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-133-8/+53
* | Adding explicit type annotationsadamw2017-11-131-2/+4
* | #43: supporting exceptions in the stub backendadamw2017-11-131-6/+6
|/
* #40: properly concatenating expression/token sequences in uri interpolatoradamw2017-10-311-5/+40
* code review fixesMichał Siatkowski2017-10-311-1/+1
* Loading system proxy values by defaultMichał Siatkowski2017-10-301-5/+34
* Fix compiler warningsadamw2017-10-251-2/+4
* 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-251-7/+30
|/
* Backend stubs with fallback (thx to @gabro)adamw2017-10-091-10/+29
* Testing backendadamw2017-10-091-0/+90
* Cleanupadamw2017-10-091-1/+2
* Rename parameteradamw2017-10-072-3/+3
* Reformat codeadamw2017-10-061-3/+6
* #10: add proxy supportadamw2017-10-063-14/+63
* Updating dependenciesadamw2017-10-051-5/+10
* Add a null check for result of getInputStream()Chris Birchall2017-09-251-1/+7
* #11, #35: SSL docs, more options for customizing delegated client callsadamw2017-09-221-5/+11
* Renaming "handler" to "backend"adamw2017-09-145-22/+22
* By default, only escaping in queries the & and = reserved characters.adamw2017-09-131-28/+63
* Reformatadamw2017-09-072-2/+3