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(plugins): add support for plugins #732

Merged
merged 1 commit into from Mar 27, 2022
Merged

feat(plugins): add support for plugins #732

merged 1 commit into from Mar 27, 2022

Conversation

chimurai
Copy link
Owner

@chimurai chimurai commented Mar 20, 2022

Description

  • Write plugins to extend and share proxy functionality, while keeping the core functionality small and clean.
  • Exposes internal http-proxy instance; ie. to subscribe to its events directly.

Motivation and Context

Allow plugins to be created for functionality like:

How has this been tested?

  • unit tests

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@chimurai chimurai added this to the v3.0.0 milestone Mar 20, 2022
@coveralls
Copy link

coveralls commented Mar 20, 2022

Coverage Status

Coverage increased (+0.01%) to 98.799% when pulling a8f7fde on plugins into b674a71 on v3.

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.

None yet

2 participants