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-05-01 | view: Add /version endpoint | xengineering | |
This allows to get the server version via HTTP. The output of `git describe --dirty --always` and a line break is returned together with HTTP 200. If the server build contains no version information an error message and HTTP 404 is returned. |