aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Code review updatesSam Guymer2018-05-215-23/+362
* Code review updatesSam Guymer2018-05-206-20/+80
* Move backend tests into their projectsSam Guymer2018-05-196-1/+645
* Extract MonadAsyncError implementationsSam Guymer2018-05-182-0/+41
* Update SBT, use shields.ioadamw2018-03-281-1/+2
* Added overloaded thenRespondWrapped which can return response monad but takes...stub-response-from-requestPaweł Stawicki2018-03-271-0/+10
* Add a "RelaxedWithBrackets" query fragment encodingadamw2018-03-061-1/+3
* New scalafmt settingsadamw2018-02-204-93/+33
* Renaming the new stub methodadamw2018-01-291-3/+3
* Added test for respondWithMonad happy paththen-respond-futurePaweł Stawicki2018-01-291-0/+10
* Added back the thenRespond(resp: => Response) methodPaweł Stawicki2018-01-281-2/+2
* 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-241-2/+26
* add status message to Response #59intracer2018-01-092-2/+3
* Support both arrays and interables in the uri interpolatoradamw2017-12-181-1/+3
* Update sbtadamw2017-11-301-8/+4
* When stubbing using with thenRespondWithCode, treat 2xx as a success and retu...Dean Povey2017-11-291-2/+54
* Validating that the port is specified only once when interpolating a URIadamw2017-11-272-4/+25
* Basic validation of a constructed URIadamw2017-11-271-0/+17
* Properly handling ipv6 in the uri interpolatoradamw2017-11-271-0/+5
* Properly encoding ipv6 addressesadamw2017-11-271-2/+17
* ipv4 testsadamw2017-11-251-0/+4
* Special case in the uri interpolator which allows embedding host with the por...adamw2017-11-251-1/+3
* Adding tests for optional ports in uri interpolatoradamw2017-11-251-1/+3
* Properly encode IDN domain namesadamw2017-11-251-1/+3
* Adding a Uri.toJavaUri methodadamw2017-11-221-0/+5
* #48: %-encode plus in queriesadamw2017-11-211-1/+2
* Add a test to convert a java URI to Uri & improve implementationadamw2017-11-141-0/+7
* #44: supporting type conversion in the backend stubadamw2017-11-131-3/+43
* #43: supporting exceptions in the stub backendadamw2017-11-131-0/+23
* #40: properly concatenating expression/token sequences in uri interpolatoradamw2017-10-311-1/+6
* Fix compiler warningsadamw2017-10-251-2/+8
* Test stub matching partial function mapping request to responsePaweł Stawicki2017-10-251-1/+16
* Backend stubs with fallback (thx to @gabro)adamw2017-10-091-1/+20
* Testing backendadamw2017-10-091-0/+51
* By default, only escaping in queries the & and = reserved characters.adamw2017-09-132-8/+19
* Post review changesPiotr Gabara2017-09-061-1/+1
* Make read and connection timeout configurablePiotr Gabara2017-09-051-0/+4
* #33: properly escape path segments in URIsadamw2017-09-041-4/+6
* Fix compilationadamw2017-08-311-1/+2
* Response.body is now an Either[String, T], to handle cases when the status co...adamw2017-08-311-1/+1
* uri-in-uri testadamw2017-08-021-1/+3
* Fix compile on 2.11adamw2017-08-021-1/+1
* Special encoding for fragmentadamw2017-08-021-1/+3
* Fix compile errorOmar Alejandro Mainegra Sarduy2017-08-011-1/+1
* Initial version of the new uri interpolatoradamw2017-08-011-0/+8
* Storing structured user infoadamw2017-07-311-1/+8
* Support for user info in the Uri classadamw2017-07-311-3/+8
* Removing trailing commaadamw2017-07-281-1/+1
* Using a custom URI classadamw2017-07-282-5/+90