In ASP.NET Core 6, [preventing buffering of output results](https://docs.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/6.0/iasyncenumerable-not-buffered-by-mvc) was completed Can we achieve the same benefit on the Input / Request side as well via the [SystemTextJsonInputFormatter](https://github.com/dotnet/aspnetcore/blob/main/src/Mvc/Mvc.Core/src/Formatters/SystemTextJsonInputFormatter.cs)?