summaryrefslogtreecommitdiff
path: root/cask/src/cask/package.scala
Commit message (Expand)AuthorAgeFilesLines
* 0.3.60.3.6Li Haoyi2019-11-071-3/+0
* Flesh out `BatchActor.scala` into its own module, `cask.Actor`. Add the first...Li Haoyi2019-11-031-1/+1
* Provide a simple builtin websocket client in `cask.WsClient`Li Haoyi2019-09-161-0/+3
* Break up `Router.scala` into a `router/` folder with multiple filesLi Haoyi2019-09-161-2/+2
* Move `internal.BatchActor` to `util.BatchActor`Li Haoyi2019-09-151-0/+3
* Sketch out a standard `cask.Logger` interface and standardize dependency inje...Li Haoyi2019-09-151-0/+6
* Break circular dependency by splitting `RouteEndpointMetadata` into its own fileLi Haoyi2019-09-151-1/+1
* First pass at providing a convenient API for handling websocketsLi Haoyi2019-09-141-0/+5
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, `BaseEn...Li Haoyi2019-09-141-2/+2
* Make `Input` a type param tooLi Haoyi2019-09-141-1/+1
* `InnerResponse` is now a type param instead of member, allowing better error ...Li Haoyi2019-09-141-1/+1
* .Li Haoyi2019-09-141-1/+2
* Get rid of unneccessary `HttpDecorator`Li Haoyi2018-08-181-1/+0
* 0.1.10.1.1Li Haoyi2018-08-181-6/+2
* 0.1.00.1.0Li Haoyi2018-08-131-1/+2
* Basic websocket support worksLi Haoyi2018-08-131-1/+5
* Properly roll back transactions when endpoints fail in TodoMvcDbLi Haoyi2018-08-081-1/+3
* Refactor decorators into a more traditional delegation model, and use that to...Li Haoyi2018-08-081-2/+0
* wip more readmeLi Haoyi2018-07-281-0/+2
* first pass at a readmeLi Haoyi2018-07-281-0/+4
* Alias Decorator, Endpoint and BaseDecorator onto cask.*Li Haoyi2018-07-261-0/+3
* Simplify public Decorator APILi Haoyi2018-07-261-0/+1
* Create `requests: Requests` NilParam with convenience methods for common nece...Li Haoyi2018-07-251-8/+8
* collapse `CookieParam` into `Cookie`Li Haoyi2018-07-251-6/+2
* Extract out `model.ParamContext`Li Haoyi2018-07-251-4/+10
* Split up `cask` package into subpackagesLi Haoyi2018-07-251-9/+28
* Redirect/abort helpersLi Haoyi2018-07-221-0/+11