In the previous tutorial, we explored the basics of the muxer package, which provides an HTTP request multiplexer for building web applications in Go. We learned how to define routes and handle ...
Middleware is a way to filter a request coming into and a response leaving our application. If you think of our Rack app as a shelf in a, well, rack, you can think of middleware as something sitting ...