Set static file in app.yaml. GAE does not allow setting content-
encoding for both static and dynamic files.

handlers:
- url: /favicon\.ico
  static_files: static/favicon.ico
  mime_type: image/vnd.microsoft.icon
  upload: static/favicon.ico



On Nov 1, 6:01 am, jago <[EMAIL PROTECTED]> wrote:
> I have a certain file in my appspot. Serving it is no problem.
>
> If this file is requested by a client I want to be able to serve this
> file with a specific "content-type" and "content-encoding".
>
> Is this possible? How? Some setting in my index.yaml file?
> Will it ever be possible?
>
> Cheers,
> jago
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to