PythonのGIOバインディングを使用して非同期HTTPPOSTリクエストを実行する方法の例をいただければ幸いです。
編集:ツイストを使用せずに求められた例。
PythonのGIOバインディングを使用して非同期HTTPPOSTリクエストを実行する方法の例をいただければ幸いです。
編集:ツイストを使用せずに求められた例。
Twisted Deferredオブジェクトの使用例は、JamesHenstridgeのブログで入手できます。
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.