summaryrefslogtreecommitdiff
path: root/gemini/response_test.go
AgeCommit message (Collapse)Author
2023-08-12move common types to an internal packagetjpcc
This helps avoid import cycles.
2023-05-01name change gus -> slideruletjpcc
2023-01-17pull request, response, handlers out of the gemini packagetjpcc
2023-01-11much more extensive gus/gemini testingtjpcc
2023-01-11WIP improve test coveragetjpcc
There is a test of Response.Read that is failing and I haven't yet figured out why.
2023-01-09Initial commit.tjpcc
some basics: - minimal README - some TODOs - server and request handler framework - contribs: file serving, request logging - server examples - CI setup