文档:http : //aiohttp.readthedocs.io/en/stable/web_quickstart.html#redirects
async def handler(request):
raise web.HTTPFound('/redirect')
Run Code Online (Sandbox Code Playgroud)
异常类及其对应的 HTTP 状态代码:http : //aiohttp.readthedocs.io/en/stable/web_quickstart.html#exceptions
* 300 - HTTPMultipleChoices
* 301 - HTTPMovedPermanently
* 302 - HTTPFound
* 303 - HTTPSeeOther
* 304 - HTTPNotModified
* 305 - HTTPUseProxy
* 307 - HTTPTemporaryRedirect
* 308 - HTTPPermanentRedirect
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3969 次 |
| 最近记录: |