Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-23 | Switch to http.Handler | xengineering | |
The used `func(http.ResponseWriter, *http.Request)` return values made the HTTP handler factory functions quite unreadable. Thus it is switched to the http.Handler type. | |||
2024-03-03 | view: Add 'Read' suffix to function names | xengineering | |
This reflects that these HTTP handler functions implement one of the four CRUD methods create, read update and delete. | |||
2024-02-15 | view: Add index handler | xengineering | |