Downloads.jl icon indicating copy to clipboard operation
Downloads.jl copied to clipboard

Add a response hook?

Open findmyway opened this issue 2 years ago • 0 comments

For now, the easy_hook is only applied before the request, can we add another response hook so that we can get more info about the request in a hook? (like the time cost)

For example, in Python requests, there're also response hooks: https://requests.readthedocs.io/en/latest/user/advanced/#event-hooks

findmyway avatar Mar 24 '23 05:03 findmyway