summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Collapse)Author
2023-11-13lint and bug fixestjp
2023-11-13refactor contribs to work with a Protocol interfacetjp
2023-10-09router/pathtree: support a required path segment prefix before :wildcardsv1.4.0tjpcc
2023-10-09logging.Base()tjpcc
Allow users to get access to the base logger *before* it is wrapped with the various levels. This provides a single override point to filter or redirect all logging.
2023-09-23nit style fixtjpcc
2023-09-15allow slash-ending paths in pathTreetjpcc
2023-09-15include the root route in pathtree.Routes()tjpcc
2023-09-09log stderr on failed CGIstjpcc
2023-09-07all the gopher CGI handlers to support gophernicus behaviorsv1.3.0tjpcc
2023-08-12move common types to an internal packagetjpcc
This helps avoid import cycles.
2023-05-03now we should allow empty addresstjpcc
2023-05-03add JoinDefaultPort for servers' configurationtjpcc
2023-05-01fixes to /*remainder route segmentstjpcc
2023-05-01name change gus -> slideruletjpcc
2023-02-14Router improvements.tjpcc
- test coverage for Router, not just PathTree - Router.Mount() now flattens routes into the parent router - Router.Use() implemented to set middleware on a router itself
2023-02-02Initial Router work.tjpcc
- Router type, supports: adding handlers, serving, fetching the matching handler for a route. - Private PathTree type handles the modified radix trie.
2023-01-28gopher support.tjpcc
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.