Looks like Undici added native proxy support, so we may be able to remove the custom proxy support we added in #102.
|
// Native support for proxies in Undici is under consideration: https://github.com/nodejs/undici/issues/1650 |
|
// Until then, we need to use a custom fetch function to add proxy support. |
Originally posted by @parkerbxyz in #132 (comment)
Looks like Undici added native proxy support, so we may be able to remove the custom proxy support we added in #102.
create-github-app-token/lib/request.js
Lines 15 to 16 in 3cef845
Originally posted by @parkerbxyz in #132 (comment)