-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
featureNew feature or requestNew feature or request
Description
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
// 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)
parkerbxyz
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
parkerbxyz commentedon Dec 20, 2024
This depends on nodejs/node#43187. We may need to wait until that is resolved to finish this.