JuliaLang / Downloads.jl

MIT License
89 stars 34 forks source link

Add a response hook? #220

Open findmyway opened 1 year ago

findmyway commented 1 year ago

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