Search code examples
pythonhttpasynchronousgio

Async HTTP request using GIO


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.


Solution

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