streamer Module

This file is part of the web2py Web Framework
Copyrighted by Massimo Di Pierro <mdipierro@cs.depaul.edu>

Facilities to handle file streaming

gluon.streamer.stream_file_or_304_or_206(static_file, chunk_size=65536, request=None, headers={}, status=200, error_message=None)[source]
gluon.streamer.streamer(stream, chunk_size=65536, bytes=None)[source]