Middleware in Go
When building an application, a middleware is a code that hooks on the server-based request/response lifecycle, which will then chain the request from the client to the next middleware function and eventually the last function. This article thoroughl...
Jun 9, 20236 min read218
