Exemplo n.º 1
0
 def file_app(self, filepath):
     with open(filepath, 'rb') as fi:
         for b in httputil.file_source(fi):
             yield b
Exemplo n.º 2
0
 def on_body():
     with open(filename, 'rb') as fi:
         for d in httputil.file_source(fi):
             yield d
Exemplo n.º 3
0
 def on_body():
     with open(filename, 'rb') as fi:
         for d in httputil.file_source(fi):
             yield d