xyncro / freya

Freya Web Stack - Meta-Package
https://freya.io
Other
330 stars 30 forks source link

Support lazily represented content #127

Open panesofglass opened 8 years ago

panesofglass commented 8 years ago

Gitter chat October 19, 2015 9:11 AM

We need something like Web API's PushStreamContent to allow for users to push large size content without having to buffer it into the Large Object Heap first. A good candidate for trying this is the Static File Server sample.

kolektiv commented 8 years ago

Yeah it would be good to have a chat about this one at some point - it's part of the OWIN spec I think (?) but I don't know whether I completely understand the expected usage model...