Using a proxy server with fetch

I am rewriting an API which heavily relies on proxies to use workers with hono. I have done some googling and the top results for node.js don't apply here. Is there a way to use an http proxy with the browser native fetch API provided by workers?
Was this page helpful?