scottoffen / grapevine-legacy

Embedding A REST Server In Your Application Should Be Simple
http://scottoffen.github.io/grapevine-legacy/
Apache License 2.0
209 stars 50 forks source link

Sending large files? #232

Closed BenWoodford closed 3 years ago

BenWoodford commented 3 years ago

Is there any way to send large files with Grapevine (well, respond with them) without loading the entire file into memory first? OutputStream seems to be what I'm looking for but there's not much documentation on it... do I need to add any headers, etc first for instance?