Skip to content

campersau/BrowserHttpHandlerRequestStreaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPDATE

Request Streaming will be part of .NET 9: dotnet/runtime#91295, dotnet/runtime#91699

dotnet WASM BrowserHttpHandler with support for ReadableStream request bodies

This allows the usage of request streaming when supported. In addition to that it also needs to be opted in via:

request.Options.Set(BrowserHttpHandler.EnableStreamingRequest, true);

For streaming requests over HTTP 1 the following setting is also required:

request.SetBrowserRequestOption("allowHTTP1ForStreamingUpload", true);

Currently this feature Experimental Web Platform features needs to be enabled in chrome://flags/

Code

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published