aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/com
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | using e.g. Futures
* 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 ↵Dean Povey2017-11-291-2/+54
| | | | return Right(body)
* 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 ↵adamw2017-11-251-1/+3
| | | | port included
* 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
| | | | | Other (allowed) are left intact. Adding an option to escape all to the URI API.
* 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 ↵adamw2017-08-311-1/+1
| | | | code isn't 2xx
* 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
|
* Reverting in-progress changesadamw2017-07-282-64/+6
|
* Updating scalafmt pluginadamw2017-07-282-6/+64
|
* Automatically setting content-length, where possibleadamw2017-07-241-0/+25
|
* Moving the uri interpolator testsadamw2017-07-151-0/+121
|
* Setting cookiesadamw2017-07-151-0/+43