Import csv file from http

How i could import csv file to project from web? There are many examples how to import file from local, but how i could import csv file from http adress?

there’s some code to import a csv file from string. but i think it only is accessible from the engine.
i will save it locally and then import it.
by storing the file from the web to a temporary address.
sometimes that is safer if the size of the string is too big. but maybe if you keep copies in memory it might be a bit wasteful.