cancellable_http_client
Python による、キャンセル可能な HTTP リクエストの実装
- GitHub: https://github.com/sakilabo/cancellable-http-client-python
- PyPI: https://pypi.org/project/cancellable-http-client/
特徴
- 「サーバーからの応答待ちで処理が止まる」問題を解決
- 外部ライブラリ依存のないシンプルな実装
- asyncio 不要で http.client を簡単に置き換えできる
- PyPI に公開されていて簡単に導入できる
ライセンス
- UPL 1.0

