I'd like to be able to use a proxyUrl within impit.fetch() similarly to Bun's fetch() or gotScraping. Currently you can only set proxyUrl on a Impit instance, which means you are limited to either use a single proxy or a rotating proxy endpoint. By being able to use the proxyUrl on the fetch() method directly you would instead be able to change the proxy used for each single request.
I'd like to be able to use a
proxyUrlwithinimpit.fetch()similarly to Bun's fetch() or gotScraping. Currently you can only setproxyUrlon aImpitinstance, which means you are limited to either use a single proxy or a rotating proxy endpoint. By being able to use theproxyUrlon thefetch()method directly you would instead be able to change the proxy used for each single request.