SuaveIO/suave

Question: stream PUT body to a file?

njlr opened this issue · 4 comments

njlr commented

In the Node.js world I can stream a PUT request into a file, and avoid having the entire request in memory at one time.

Is this possible in Suave? I was unable to find documentation about it.

Sorry, this is not possible at the moment :(

njlr commented

That is a shame! I love the Suave design 😢

Would you be able to suggest another F# framework that supports this?

I do not know of any that supports this feature. I do plan to implement it for Suave's next version.

njlr commented

Good to know! I will follow the developments.