summaryrefslogtreecommitdiff
path: root/shrine/utils/meta/request.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-07refactor: Update method receivers to 'self' for consistency across meta funct...Bobby1-52/+35
2026-03-07feat: Implement letter service with CRUD operations and message handlingBobby1-2/+2
2026-03-03feat: implement user authentication and registration with token supportBobby1-3/+3
2026-03-03refactor: standardize context variable naming in middleware and meta packagesBobby1-19/+19
2026-03-03feat(config): add CORS origins configuration to server structBobby1-2/+2
2026-03-03feat: Implement middleware for HTTP logging and request contextBobby1-0/+107