summaryrefslogtreecommitdiff
path: root/srv/src/http/middleware.go
AgeCommit message (Expand)Author
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano
2022-08-09improve logging of ips, to account for xff and x-real-ipBrian Picciano
2022-05-21Re-arrange routes so that cache only applies to blog routesBrian Picciano
2022-05-21Add in-memory cache to GET requests, purges on successful POSTsBrian Picciano
2022-05-21Define an actual middleware type, use that to set up API routesBrian Picciano
2022-05-20Rename api package to httpBrian Picciano