aboutsummaryrefslogtreecommitdiff
path: root/pkg/handler/static/handler.go
AgeCommit message (Collapse)Author
2 daysfeat: Add slug to css so we can cache it foreverGabriel A. Giovanini
2 daysfeat: Write css dark/light theme on standalone urlGabriel A. Giovanini
This will allow tho write both themes into the same css file. Also mend with the css generate by chroma so it can be nested.
2025-06-04feat: Wrap requestGabriel A. Giovanini
Since request is not a interface I need to create a wraper for it so I can extend it later.
2024-06-15fix: User proper cache control paramv0.0.6Gabriel A. Giovanini
2024-06-08feat: Add error handlingGabriel A. Giovanini
2024-06-07feat: Add compressionGabriel A. Giovanini
2024-06-01ref: Remove muxGabriel A. Giovanini
2024-05-27feat: Wraps handler into its own packageGabriel A. Giovanini
Although this creates more complex folder structure will allow in the feature for a easier testing of those given handlers.