Google App Engine:如何从RequestHandler提供静态文件?

时间:2016-05-06 21:52:33

标签: python python-2.7 google-app-engine google-app-engine-python

我有一个RequestHandler需要将大型静态文件的内容作为响应发送。我可以简单地打开文件并将其写入response对象,但效率很低。有没有办法将交付交给Google App Engine框架,类似于send_blob

我可以发誓之前我见过这样的功能,但在GAE文档中找不到它。

1 个答案:

答案 0 :(得分:0)

避免使用RequestHandler。而是为Serving Static Files配置100 200 300 400 500 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 。例如,要提供favicon.ico:

100     200     300     400     500
1       2       3       4       5