Commit Graph

2 Commits

Author SHA1 Message Date
tjpcc 46ad450327 Switch Handler to an interface.
continuous-integration/drone/push Build is passing Details
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
tjpcc 66a1b1f39a gopher support.
continuous-integration/drone/push Build is passing Details
Some of the contrib packages were originally built gemini-specific and
had to be refactored into generic core functionality and thin
protocol-specific wrappers for each of gemini and gopher.
2023-01-28 15:01:41 -07:00