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

modify proxy_get_header_map_value ABI to support returning values from multiple occurrences of the header #53

Open
mpwarres opened this issue Sep 5, 2024 · 2 comments
Milestone

Comments

@mpwarres
Copy link

mpwarres commented Sep 5, 2024

The proxy_get_header_map_value hostcall currently only returns a single value, which doesn't accomodate headers that appear multiple times, such as Set-Cookie.

The next Proxy-Wasm ABI minor version should update proxy_get_header_map_value or add a variant that supports returning multiple values.

@mpwarres
Copy link
Author

mpwarres commented Sep 5, 2024

@kyessenov FYI

@PiotrSikora PiotrSikora added this to the v0.3.0 milestone Sep 5, 2024
@PiotrSikora
Copy link
Member

Definitely! See: https://github.com/PiotrSikora/spec/tree/cc53262df056036427476b272fb8f2438aa7975f/abi-versions/vNEXT#proxy_get_map_values

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

No branches or pull requests

2 participants