Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support proxy #284

Merged
merged 1 commit into from
Dec 2, 2023
Merged

feat: support proxy #284

merged 1 commit into from
Dec 2, 2023

Conversation

monkeyWie
Copy link
Member

@monkeyWie monkeyWie commented Dec 2, 2023

The proxy will work for several case:

  • HTTP resolve and download
  • BitTorrent trackers (http,udp,websocket)
  • Extension install
  • Requests in extension script engine

@monkeyWie monkeyWie added the enhancement New feature or request label Dec 2, 2023
@codecov-commenter
Copy link

Codecov Report

Attention: 38 lines in your changes are missing coverage. Please review.

Comparison is base (ee7da17) 60.31% compared to head (f040323) 60.11%.
Report is 4 commits behind head on main.

Files Patch % Lines
pkg/rest/server.go 33.33% 16 Missing and 2 partials ⚠️
pkg/util/url.go 0.00% 10 Missing ⚠️
pkg/download/extension.go 61.53% 4 Missing and 1 partial ⚠️
internal/protocol/bt/fetcher.go 0.00% 2 Missing and 1 partial ⚠️
pkg/download/downloader.go 50.00% 1 Missing ⚠️
pkg/download/engine/engine.go 85.71% 0 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #284      +/-   ##
==========================================
- Coverage   60.31%   60.11%   -0.20%     
==========================================
  Files          19       19              
  Lines        2749     2803      +54     
==========================================
+ Hits         1658     1685      +27     
- Misses        896      920      +24     
- Partials      195      198       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@monkeyWie monkeyWie merged commit 16b7a3d into main Dec 2, 2023
@monkeyWie monkeyWie deleted the feat/proxy branch December 2, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants