Right now, the server sends the full file in a regular response. For large files (eg. >1MB), it would be great to be able to send a chunked response. - [ ] Add test that requests a large file, and expects a chunked response - [ ] Add support for chunked responses (for large files)