python 例子¶
hi_res.header('Content-Type','text/plain;charset=UTF-8')
hi_res.content('hello,world\n')
hi_res.status(200)
更高级的用法请参考/usr/local/nginx/python
中的例子。
hi_res.header('Content-Type','text/plain;charset=UTF-8')
hi_res.content('hello,world\n')
hi_res.status(200)
更高级的用法请参考/usr/local/nginx/python
中的例子。