This repository has been archived on 2023-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
gus/gemini
tjpcc 46ad450327
continuous-integration/drone/push Build is passing Details
Switch Handler to an interface.
HandlerFunc is much better as a function returning a Handler, rather
than a newtype for the function type itself. This way there is no
confusion creating a type-inferenced variable with HandlerFunc(func(...
and then using a HandlerFunc where a Handler is expected. Much better to
only have one public type.
2023-02-15 16:44:29 -07:00
..
gemtext test coverage and resulting bugfixes 2023-01-26 16:22:58 -07:00
testdata "tlsauth" contrib package 2023-01-20 10:58:35 -07:00
client.go pull request, response, handlers out of the gemini package 2023-01-17 15:59:29 -07:00
doc.go package documentation: gemini, gemtext, contrib 2023-01-19 10:12:30 -07:00
request.go Add support for titan:// to the gemini server 2023-01-24 07:36:28 -07:00
request_test.go pull request, response, handlers out of the gemini package 2023-01-17 15:59:29 -07:00
response.go gopher support. 2023-01-28 15:01:41 -07:00
response_test.go pull request, response, handlers out of the gemini package 2023-01-17 15:59:29 -07:00
roundtrip_test.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
serve.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
tls.go lots more documentation comments 2023-01-11 10:36:56 -07:00