HttpBatchHandler icon indicating copy to clipboard operation
HttpBatchHandler copied to clipboard

Concept is too tightly coupled with ASP.NET Core internals

Open Tornhoof opened this issue 11 months ago • 0 comments

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 more modern approach, I'd recommend using YARP to do the request splitting and joining the response, to decouple it as much as possible from the ASP.NET Core pipeline.

Otherwise updating to newer .NET versions is a nightmare.

Tornhoof avatar Jul 12 '23 12:07 Tornhoof