Pipe a remote file to response
How can I pipe a remote file directly to the response, without having to read the file in the memory or writing it to disk on the server? The remote file can be huge and I’m not going to do anything to the file itself. If possible I’d like to be able to set the basic headers like ‘content-type’ and ‘content-length’.