ThreeMammals / Ocelot

.NET API Gateway
https://www.nuget.org/packages/Ocelot
MIT License
8.34k stars 1.63k forks source link

Chunked encoding #928

Open szilardd opened 5 years ago

szilardd commented 5 years ago

Expected Behavior / New Feature

Chunked encoding

Actual Behavior / Motivation for New Feature

Would be great to have support for chunked encoding, to be used in case of endpoints that stream (download) large files in chunks (instead of storing the whole file in memory and then downloading it).

My team is interested in integrating this functionality if it is doable.

Based on this comment, there was an issue related to it and it was not a priority at that time to make it work.

Is this true, meaning that it can be done ? If so, would you be willing to provide some tips or a starting point on what and where needs to be changed and maybe about the complexity/effort required ?

Thanks

szilardd commented 5 years ago

any tips would be appreciated. thanks

raman-m commented 8 months ago

@ggnaegi We must update docs after merging both #1724 and #1824 :warning:

ggnaegi commented 8 months ago

@raman-m first we should check if the issue is solved then update the docs ;-)

raman-m commented 7 months ago

@ggnaegi Welcome to check this, make sure, and finally deliver this feature!