Using popsicle.fetch the agent option seems to be ignored.
I'm unable to use a proxy with popsicle for that reason, passing agent e.g. to node-fetch works fine.
popsicle-proxy-agent which is deprecated and uses a function createTransport which doesn't seem to exist anymore also suggests just passing agent now.
I tried looking at the code of both toFetch and serviejs but got no clue how to accomplish this.