aboutsummaryrefslogtreecommitdiff
path: root/middleware
AgeCommit message (Collapse)AuthorFilesLines
2026-02-04Implement request middleware enhancements: add BuildRequest function and ↵Bobby1-1/+2
improve request context handling
2026-02-04Refactor middleware: rename HTTPLogger to httpLogger and add middleware ↵Bobby3-1/+25
initialization function
2026-02-04Refactor HTTP logging: simplify message formatting and remove unused log ↵Bobby1-41/+29
level and color functions
2025-05-09refactored typesBobby1-21/+20
2025-04-06custom middleware for http loggingBobby1-0/+95