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