Originally opened by @viniciusd on 2019-08-15 17:24:23 in encode/httpx
I am currently using an async web framework and I would like to perform some http requests from the server.
That means I would need to use the same event loop I already use for my server. How can I change httpx's loop?
I am currently using an async web framework and I would like to perform some http requests from the server.
That means I would need to use the same event loop I already use for my server. How can I change httpx's loop?