[google-appengine] Re: minimal http response headers

2009-03-15 Thread Ryan Lamansky
Basically all the headers come back regardless of the type of request. You can discover this yourself via experimentation (sending HTTP requests by telnet to port 80). If you're in an extremely bandwidth-constrained environment, try to group your requests together to minimize the per-request ove

[google-appengine] Re: minimal http response headers

2009-03-16 Thread Jarek Zgoda
Nothing forces you to use WebApp framework with its request/response objects - WebOb is available already (afaik, in WebApp request is WebOb request, but response is not a subclass of WebOb response), Werkzeug works too. On 15 Mar, 06:32, zombie wrote: > Does anyone know what is the minimum amou