aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/com/softwaremill
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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