summaryrefslogtreecommitdiff
path: root/gemini/roundtrip_test.go
AgeCommit message (Collapse)Author
2023-01-24testing and linting and linter fixestjpcc
2023-01-24Add support for titan:// to the gemini servertjpcc
Titan is a gemini add-on protocol so it really didn't make sense to build it out in a separate package. The most significant difference in titan for the purposes of implementation here is that requests can have bodies following the URL line. Since gus.Request is a struct, the only way to smuggle in the new field (a reader for the body) was to stash it in the context.
2023-01-23logging library up to top leveltjpcc
2023-01-17pull request, response, handlers out of the gemini packagetjpcc
2023-01-12test file renametjpcc