summaryrefslogtreecommitdiff
path: root/internal/server.go
AgeCommit message (Collapse)Author
2023-05-03add JoinDefaultPort for servers' configurationtjpcc
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.