Pretty much everything. Default ASP.NET Core request handling pipeline is consisting of bunch of middlewares:
Whole list of built-in middlewares can be found here:
There is possibility to write custom middleware too.
Pretty much everything. Default ASP.NET Core request handling pipeline is consisting of bunch of middlewares:
Whole list of built-in middlewares can be found here:
There is possibility to write custom middleware too.