Il 19/08/14 09:27, Niphlod ha scritto:
> from cStringIO import StringIO
> def whateveryoumaycall():
> content = fetch_the_resource()
> f = StringIO()
> f.write(content)
> f.seek(0)
> #set the correct headers, such as
> response.headers['Content-Type'] = 'blablabla'
> response.headers['Content-Length'] = 31298312098312
> .....
> return response.stream(content, ....)
ok more or less is what I'm doing... is there any advcantage by
returning response.stream(content, ....) instead of returning text as
I'm doing now?
Thanks
M.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.