Not at present - Marzia responded with a list of headers that cannot be changed in a previous question along the same lines: http://groups.google.com/group/google-appengine/browse_thread/thread/69232c3e1934173e
Currently all incoming requests go through our serving infrastructure - we don't allow apps to open raw server sockets, which is what you'd need to implement your own HTTP server. Daniel On Nov 23, 2:03 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hallo, > > Setting the Content-Encoding using the Response object or app.yaml is > impossible. Is there now workaround, like setting up a miniature http- > server in pure python inside the appengine that does what we want? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
