HttpBatchHandler
HttpBatchHandler copied to clipboard
HttpBatchHandler for ASP .NET Core 3.0
If someone finds this repo, the concept shown in here is too tightly coupled to ASP.NET Core internal, e.g. how the pipeline is build and executed. If someone needs a...
I'm finding requests inside batch are missing request body once forwarded by reverse proxies such as ProxyKit or YARP are missing. Looking into the source code I discovered this was...
I would expect every sub-request runs in its own scope. So sub-request gets new instance for scoped services. As a workaround I tried to define custom BatchMiddlewareEvents class and it...