as i understand it (correct me if i am wrong) middlewares are a bunch of modules that i can plug into my ASP.NET core app so that they process requests and responses. there are "built in" modules that comes with ASP.NET core fom microsoft and there are also"custom" modules that i can make.
is there a list of the built in .NET middlewares that are available for me to use?