2

PythonのGIOバインディングを使用して非同期HTTPPOSTリクエストを実行する方法の例をいただければ幸いです。

編集:ツイストを使用せずに求められた例。

4

2 に答える 2

1

Twisted Deferredオブジェクトの使用例は、JamesHenstridgeのブログで入手できます。

于 2010-01-25T19:23:22.260 に答える
0

Sorry this is not HTTP POST (just GET), but it is using Gio to asynchronously request a URL, with a callback that processes the resulting data when it's done downloading.

https://github.com/robru/gottengeography/blob/65505bd0cf0060ec7397849e7c62c231367c7f1d/gg/datatypes.py#L242

于 2012-08-31T17:40:17.573 に答える