aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/xyz/driver/core/rest/DriverAppTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Move REST functionality to separate projectJakob Odersky2018-10-091-89/+0
* Trait-based initialization and other utilitiesJakob Odersky2018-09-121-11/+7
* Add `Trimmed` tag and its logic (revisited) (#215)v1.14.2Sergey Nastich2018-09-121-1/+0
* Add `Cache-Control: no-cache` to all responses of DriverRoutes. (#190)Sergey Nastich2018-09-101-1/+11
* Move cors directives to DriverApp and get rid of custom rejection handlerZach Smith2018-02-221-0/+84
* Remove default config valuesZach Smith2018-02-201-94/+0
* Remove rejection handler, respond with default set of allowed methods and ori...Zach Smith2018-02-201-12/+48
* Apply new formattingJakob Odersky2017-11-201-6/+7
* Add tests for CORS headersZach Smith2017-11-071-0/+57