summaryrefslogtreecommitdiff
path: root/example/endpoints/app
Commit message (Expand)AuthorAgeFilesLines
* Convert `Decorator#OuterReturned` into a type parameterLi Haoyi2019-10-091-1/+1
* Sketch out a standard `cask.Logger` interface and standardize dependency inje...Li Haoyi2019-09-151-1/+1
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, `BaseEn...Li Haoyi2019-09-141-1/+1
* Make `Input` a type param tooLi Haoyi2019-09-141-3/+2
* `InnerResponse` is now a type param instead of member, allowing better error ...Li Haoyi2019-09-141-2/+1
* .Li Haoyi2019-09-142-3/+4
* 0.1.10.1.1Li Haoyi2018-08-181-1/+1
* Tweak websocket tests, example and docsLi Haoyi2018-08-131-5/+1
* Basic websocket support worksLi Haoyi2018-08-131-1/+4
* Add `Router.Result#map` to DRY up repetitive pattern matchesLi Haoyi2018-08-131-7/+2
* add docs on writing custom endpointsLi Haoyi2018-08-132-0/+59