txwebretry:重试扭曲的Web请求

时间:2024-05-18 08:42:44
【文件属性】:

文件名称:txwebretry:重试扭曲的Web请求

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-18 08:42:44

Python

重试扭曲的Web请求 这扩展了Terry Jones出色的 ,它具有针对常见的twisted.web.client错误的错误处理,以及简单但固执己见的功能,可帮助您快速入门。 用法示例: import treq from txwebretry import retry3_exponential as retry3 from txwebretry import retry5_immediate as retry5 # Retry up to 3 times with exponential backoff retry3 ( treq . get , 'http://localhost:8080/index.html' ) # Retry up to 5 times without delay retry5 ( treq . get , 'http://localhost:8080/ind


【文件预览】:
txwebretry-master
----setup.py(512B)
----.gitignore(675B)
----LICENSE(1KB)
----txwebretry.py(2KB)
----README.md(608B)
----tests.py(1KB)

网友评论