You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: