summaryrefslogtreecommitdiff
path: root/cask/src/cask/endpoints/WebEndpoints.scala
Commit message (Expand)AuthorAgeFilesLines
* Break up `Router.scala` into a `router/` folder with multiple filesLi Haoyi2019-09-161-4/+4
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, `BaseEn...Li Haoyi2019-09-141-2/+2
* Make `Input` a type param tooLi Haoyi2019-09-141-2/+1
* `InnerResponse` is now a type param instead of member, allowing better error ...Li Haoyi2019-09-141-2/+1
* .Li Haoyi2019-09-141-5/+9
* 0.1.7: micro-optimizations to remove trivially unnecessary bottlenecks0.1.7Li Haoyi2018-08-261-6/+10
* Get rid of unneccessary `HttpDecorator`Li Haoyi2018-08-181-2/+2
* 0.1.10.1.1Li Haoyi2018-08-181-8/+8
* Basic websocket support worksLi Haoyi2018-08-131-3/+3
* Allow for optional query paramsLi Haoyi2018-08-091-0/+6
* Properly roll back transactions when endpoints fail in TodoMvcDbLi Haoyi2018-08-081-2/+3
* Refactor decorators into a more traditional delegation model, and use that to...Li Haoyi2018-08-081-5/+6
* wip more readmeLi Haoyi2018-07-281-4/+6
* Alias Decorator, Endpoint and BaseDecorator onto cask.*Li Haoyi2018-07-261-3/+2
* Allow Decorators to short-circuit request processing by bailing out earlyLi Haoyi2018-07-261-4/+6
* CleanupLi Haoyi2018-07-261-2/+2
* Simplify public Decorator APILi Haoyi2018-07-261-2/+2
* big refactoring in preparation for allowing endpoint filtersLi Haoyi2018-07-251-15/+5
* HTTP method distinction now works, by generating parallel routing trees one-p...Li Haoyi2018-07-251-3/+9
* Enforce `com.lihaoyi:acyclic` on the Cask codebaseLi Haoyi2018-07-251-1/+1
* `foo: CookieParam` arguments now workLi Haoyi2018-07-251-6/+6
* Extract out `model.ParamContext`Li Haoyi2018-07-251-12/+10
* Split up `cask` package into subpackagesLi Haoyi2018-07-251-0/+70