summaryrefslogtreecommitdiff
path: root/cask/src/cask/decorators
Commit message (Collapse)AuthorAgeFilesLines
* Statically check the set of decorators applied to each endpoint methodLi Haoyi2019-10-091-2/+1
|
* Add test to verify `compress` decorator is properly passing through ↵Li Haoyi2019-10-091-2/+3
| | | | irrelevant results
* Allow `cask.decorators.compress` to skip results it doesn't care aboutLi Haoyi2019-10-091-1/+1
|
* upgrade to quill 3.4.10, re-enable database examplesLi Haoyi2019-10-091-1/+4
|
* Break up `Router.scala` into a `router/` folder with multiple filesLi Haoyi2019-09-161-1/+0
|
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, ↵Li Haoyi2019-09-141-1/+1
| | | | `BaseEndpoint` -> `Endpoint`, `Endpoint` -> `HttpEndpoint`
* 0.1.10.1.1Li Haoyi2018-08-181-2/+2
|
* Add `Router.Result#map` to DRY up repetitive pattern matchesLi Haoyi2018-08-131-29/+26
|
* Add `@cask.decorators.compress` utilityLi Haoyi2018-08-091-0/+43
Allow for decorators to be applied across `cask.Routes` or `cask.Main`