GO Core
GO Middleware - request response interceptors/filters
· ☕ 1 min read · ✍️ Neeraj Sidhaye
GO middleware as the name suggests, sits between Go webserver( to be precise "router") and application handler and it works like a filters, similar to what we have in J2EE application for pre and/or post processing of request. Let's hands on with Go Middleware...