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

Codec for repeated headers #3255

Open
987Nabil opened this issue Dec 15, 2024 · 0 comments
Open

Codec for repeated headers #3255

987Nabil opened this issue Dec 15, 2024 · 0 comments
Labels
♾️ Endpoint Endpoint API related issue enhancement New feature or request

Comments

@987Nabil
Copy link
Contributor

Currently, we can not define a codec that handles the same header key more than once.
This is a case that is not uncommon and should be supported.

We will need a new HttpCodec subtype. Either

  • new wrapper around a header codec
  • new variant of header codec (maybe schema based)

There might need to be adjustments in code gens and openAPI/.http gen

@987Nabil 987Nabil added enhancement New feature or request ♾️ Endpoint Endpoint API related issue labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♾️ Endpoint Endpoint API related issue enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant