Skip to content

Conversation

@gabotechs
Copy link
Contributor

@gabotechs gabotechs commented Nov 23, 2025

Which issue does this PR close?

  • None

Rationale for this change

As a consumer of the Extensions, I would like to be able to iterate all the config extensions present in the extension map. My specific use-case, is to be able to iterate them all so that I can transparently dump them in a HeaderMap so that I can send them as part of a network request.

What changes are included in this PR?

Adds an iter() method to the Extensions struct

Are these changes tested?

yes

Are there any user-facing changes?

Users are now able to iterate their custom ConfigExtensions

@github-actions github-actions bot added the common Related to common crate label Nov 23, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks good to me -- thanks @gabotechs

@gabotechs gabotechs added this pull request to the merge queue Nov 25, 2025
Merged via the queue into main with commit 6856dc4 Nov 25, 2025
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common Related to common crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants