HttpBatchHandler icon indicating copy to clipboard operation
HttpBatchHandler copied to clipboard

HttpBatchHandler for ASP .NET Core 3.0

Results 3 HttpBatchHandler issues
Sort by recently updated
recently updated
newest added

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...

wontfix

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...

enhancement

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...