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

remove some methods #3637

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

remove some methods #3637

wants to merge 1 commit into from

Conversation

ronag
Copy link
Member

@ronag ronag commented Sep 22, 2024

Remove methods and features that are not commonly used and can be re-implement in user land using the dispatch API.

Simplifies undici-core so we can focus on the most important API's and features.

  • client.pipeline
  • client.connect
  • client.upgrade
  • client.stream
  • client.request raw headers options
  • client.request onInfo option

This relates to...

Rationale

Changes

Features

Bug Fixes

Breaking Changes and Deprecations

Status

@ronag ronag added the semver-major Features or fixes that will be included in the next semver major release label Sep 22, 2024
@ronag ronag requested a review from mcollina September 22, 2024 17:29
@ronag ronag force-pushed the remove-stuff branch 3 times, most recently from 5e75441 to 1755948 Compare September 22, 2024 17:47
Remove methods and features that are not commonly used and can
be re-implement in user land using the dispatch API.

Simplifies undici-core so we can focus on the most important
API's and features.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-major Features or fixes that will be included in the next semver major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant