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

Make it easier to support custom OHttpVersion implementations #2

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

normanmaurer
Copy link
Member

Motivation:

We should make it easier to support custom OHttpVersions by providing an easy way to override the selection

Modifications:

  • Add new protected method that can be override to use a custom OHttpVersion.
  • Mark a few methods final in the codecs

Result:

Easier to customize

Motivation:

We should make it easier to support custom OHttpVersions by providing an easy way to override the selection

Modifications:

- Add new protected method that can be override to use a custom OHttpVersion.
- Mark a few methods final in the codecs

Result:

Easier to customize
@normanmaurer normanmaurer added this to the 0.0.1.Final milestone Dec 6, 2023
@normanmaurer normanmaurer merged commit 12d85bf into main Dec 6, 2023
5 checks passed
@normanmaurer normanmaurer deleted the selection branch December 8, 2023 19:54
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.

1 participant