摘要:
使用StaticFileHandler进行首页默认访问页面,最好将StaticFileHandler放在最后面,这样不会覆盖要匹配自定义的路径 static_path/template_path static_path:设置静态文件的访问目录 template_path:设置静态页面路径 stati 阅读全文
posted @ 2018-11-28 20:42 草妖 阅读(2092) 评论(0) 推荐(0)
|
|||
摘要:
使用StaticFileHandler进行首页默认访问页面,最好将StaticFileHandler放在最后面,这样不会覆盖要匹配自定义的路径 static_path/template_path static_path:设置静态文件的访问目录 template_path:设置静态页面路径 stati 阅读全文
posted @ 2018-11-28 20:42 草妖 阅读(2092) 评论(0) 推荐(0)
摘要:
set_header()/set_default_headers() set_header():设置请求头数据 set_default_headers():设置默认请求头数据 set_status(status_code, reason=None) # 当set_status()中的参数status 阅读全文
posted @ 2018-11-28 00:30 草妖 阅读(1956) 评论(0) 推荐(0) |
|||