Gin: Middleware for API Caching
In a recent Gin server project, I wanted to incorporate API caching effortlessly. So, I decided to build a middleware for it, thinking it would be a breeze. But with Gin, things got a bit tricky. Let me walk you through this. Request Flow Middleware ...
Dec 8, 20232 min read472

