FileAppIterWrapper
Wraps a WSGI app_iter and presents a file-like interface to it.
The FileAppIterWrapper class is accessible via the httpencode.wrappers module.
This does not call app_iter.close() until you close the file itself.
Methods
See the source for more information.