Skip to content

feat: support https proxy - #84

Open
Mura-Mi wants to merge 2 commits into
denoland:mainfrom
Mura-Mi:http_proxy
Open

feat: support https proxy#84
Mura-Mi wants to merge 2 commits into
denoland:mainfrom
Mura-Mi:http_proxy

Conversation

@Mura-Mi

@Mura-Mi Mura-Mi commented Oct 5, 2024

Copy link
Copy Markdown

fix #83

@Mura-Mi
Mura-Mi requested a review from lucacasonato as a code owner October 5, 2024 12:20
@Mura-Mi
Mura-Mi marked this pull request as draft October 5, 2024 12:25
@Mura-Mi
Mura-Mi force-pushed the http_proxy branch 2 times, most recently from 2f61fad to 79527bf Compare October 5, 2024 13:00
Comment thread src/version.mjs
Comment on lines +201 to +204
// dispatcher is `ProxyAgent | undefined`, which is assignable to `Dispatcher | undefined` because
// ProxyAgent extends Dispatcher, but TS2322 is reported.
// @ts-ignore:
{ dispatcher },

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this, following ts error is shown.

error: TS2322 [ERROR]: Type 'ProxyAgent | undefined' is not assignable to type 'Dispatcher | undefined'.
  Property 'compose' is missing in type 'ProxyAgent' but required in type 'Dispatcher'.

undici's ProxyAgent extends undici's Dispatcher, so it seems false-positive.
Is this @ts-ignore acceptable?

@Mura-Mi

Mura-Mi commented Oct 5, 2024

Copy link
Copy Markdown
Author

gonna convert to reviewable after testing behind proxy next monday.

@Mura-Mi
Mura-Mi marked this pull request as ready for review October 7, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Respect HTTPS_PROXY environment variables

1 participant