in core/net6.0/proxy/Apache.OpenWhisk.Runtime.Dotnet.Minimal/Program.cs [33:38]
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseKestrel(options =>
{
options.Limits.MaxRequestBodySize = null;
})