HTTP.jl
HTTP.jl copied to clipboard
Is there a way to suppress info message when using HTTP.download function ?
Whenever HTTP.download function is called it gives an info message related to the download. This is not a problem for single downloads but when there are hundreds of files to be downloaded in a loop whole output field is cluttered with info messages. Is there a way to suppress these messages ?
You could use Suppressor.jl https://github.com/JuliaIO/Suppressor.jl