summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-05add function to join paths together safely and provide them to luaJohn Turner
2026-03-05return empty body in staticfile handler on HEADJohn Turner
2026-03-05return content-length header when returning 404 in staticfile handlerJohn Turner
2026-03-05impl Lua handlerJohn Turner
2026-03-05impl EnumStr and FromRepr for Response codesJohn Turner
2026-03-05return BString instead of Vec, otherwise it creates a table and not a bufferJohn Turner
2026-03-04fixupJohn Turner
2026-03-04roll our own http typesJohn Turner
2026-03-01impl basic static file serverJohn Turner