Programmatically invoking the ASP.NET Core request pipeline
问题 Question Is there a way to programmatically invoke the ASP.NET Core request pipeline from within my own application, given I have a HTTP verb, the route, headers and body payload? Background There are use-cases where the WebAPI of our ASP.NET Core application is not accessible because the application is running behind a firewall or is otherwise not reachable. To provide a solution for this scenario we want our application to poll some other service for "work-items" which then translate into