Simple GoLang HTTP Logging Middleware
GoLang's net/http package provides client and server implementation for HTTP.
For applications where there is less logic involved with the request and response objects, we could directly use net/http instead of any web frameworks as the abstractions ...
arunvelsriram.dev4 min read