In version 18 of Node JS there is already the possibility of making request Fetch without installing packages (example: Axios).
My question is if you can make a request to this Native Fetch with Proxy without installing packages or do you have to install packages to use a Proxy in Fetch?
In case I have to install a package to use Proxy in Fetch, what would be the best one to use with Node's new Fetch?
I really appreciate it if you can leave an implementation code, thanks!