views:

139

answers:

1

I would appreciate an example on how to perform an async HTTP POST request using Python's GIO binding.

Edit: Example sought without using Twisted.

+1  A: 

An example using Twisted Deferred objects is available on James Henstridge's blog.

eswald
eswald: edited my question: I do not want to rely on Twisted.
jldupont