Closed
Description
I'm currently using https://github.com/encode/requests-async for one of my projects and now I wanted to switch to HTTPX, but I can't find out if it supports event hooks like this https://requests.readthedocs.io/en/master/user/advanced/#event-hooks.
Or is there another easy way to add hooks onto an AsyncClient
object to be called every request?