ASP.net Core pipeline
The pipeline takes an input, an http request
It passes it through to the Kestrel server
Then the request goes through middleware for processing
Then it comes back out to the website for consumption
The middleware can do these things when it rece...
coderlyn.hashnode.dev2 min read