summaryrefslogtreecommitdiff
path: root/cask
Commit message (Collapse)AuthorAgeFilesLines
...
* Tidying upLi Haoyi2018-07-214-105/+114
|
* Remove hard-coded Cask types from `Router.scala`, allowing them to be ↵Li Haoyi2018-07-214-96/+101
| | | | injected from `Routes.scala` without needing to dig into `Router.scala`'s messy internals
* Flesh out Flask examplesLi Haoyi2018-07-213-1/+34
|
* Provide `MainRoutes` helper for one-file websitesLi Haoyi2018-07-203-5/+10
|
* stick with blocking mode for nowLi Haoyi2018-07-203-22/+9
|
* add flags to prepare for async routesLi Haoyi2018-07-201-4/+4
|
* Threading through context values into the argument parsers now worksLi Haoyi2018-07-204-122/+150
|
* get/post/put routesLi Haoyi2018-07-204-9/+26
|
* Simple routing & serving now works in the 3 test routes givenLi Haoyi2018-07-204-35/+608
|
* first commitLi Haoyi2018-07-202-0/+75