[Twisted-web] rest webservice and big data.

Manlio Perillo manlio_perillo at libero.it
Mon Aug 20 14:38:02 EDT 2007


Sébastien HEITZMANN ha scritto:
> Hi
> 
> I'm new to twisted programming and I'm wonder how to do the following thing.
> 
> I would like to save in a file the content of a PUT method. But i need
> this in a stream mode ( the data may be handred of MB )
> 

You can use nginx as a proxy server.

nginx can save the entire request body in a file.
You can pass the file name to the application using an header.

 > [...]


Regards  Manlio Perillo



More information about the Twisted-web mailing list