Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-09 | Remove commented code | xengineering | |
2023-02-09 | Migrate to multiplexer concept | xengineering | |
This introduces a layered approach to handling HTTP requests: - server layer - path layer - request layer The multiplexer file cares about the path layer. It delegates the request handling to handlers from the request layer. | |||
2023-02-09 | Remove errors.go | xengineering | |
This commit refactors the codebase. The functionality of the error handling is slightly reduced but the benefit are around 80 lines of code which could be removed. | |||
2023-02-08 | Test mux concept with index handler | xengineering | |
2023-02-08 | Move all sources to package main | xengineering | |
This project is not so big that it needs multiple packages. |