summaryrefslogtreecommitdiff
path: root/cask/src/cask/endpoints/JsonEndpoint.scala
Commit message (Expand)AuthorAgeFilesLines
* Break up `Router.scala` into a `router/` folder with multiple filesLi Haoyi2019-09-161-8/+9
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, `BaseEn...Li Haoyi2019-09-141-3/+3
* Make `Input` a type param tooLi Haoyi2019-09-141-5/+3
* `InnerResponse` is now a type param instead of member, allowing better error ...Li Haoyi2019-09-141-4/+4
* `cask.Response` is now covariantLi Haoyi2019-09-141-7/+6
* .Li Haoyi2019-09-141-11/+44
* Upgrade upickle -> 0.7.1Grant Gavares2018-11-211-4/+5
* Get rid of unneccessary `HttpDecorator`Li Haoyi2018-08-181-2/+1
* 0.1.10.1.1Li Haoyi2018-08-181-5/+5
* Tweak websocket tests, example and docsLi Haoyi2018-08-131-1/+1
* Basic websocket support worksLi Haoyi2018-08-131-3/+2
* tweak docgenLi Haoyi2018-08-121-2/+8
* 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-4/+10
* wip more readmeLi Haoyi2018-07-281-1/+1
* Alias Decorator, Endpoint and BaseDecorator onto cask.*Li Haoyi2018-07-261-2/+2
* Allow Decorators to short-circuit request processing by bailing out earlyLi Haoyi2018-07-261-3/+18
* CleanupLi Haoyi2018-07-261-3/+3
* Simplify public Decorator APILi Haoyi2018-07-261-2/+2
* big refactoring in preparation for allowing endpoint filtersLi Haoyi2018-07-251-14/+3
* HTTP method distinction now works, by generating parallel routing trees one-p...Li Haoyi2018-07-251-0/+1
* Create `requests: Requests` NilParam with convenience methods for common nece...Li Haoyi2018-07-251-1/+0
* Enforce `com.lihaoyi:acyclic` on the Cask codebaseLi Haoyi2018-07-251-1/+1
* `foo: CookieParam` arguments now workLi Haoyi2018-07-251-3/+3
* Extract out `model.ParamContext`Li Haoyi2018-07-251-9/+8
* Split up `cask` package into subpackagesLi Haoyi2018-07-251-0/+46