.NET & C# ยท ASP.NET Core
What is middleware pipeline in ASP.NET Core?
Middleware components form the ASP.NET Core HTTP request pipeline. Each component can inspect or modify the request and response, call the next component, or short-circuit the pipeline.