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

Parse headers as array of strings #64

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

hidde-jan
Copy link
Collaborator

The CACAO spec and JSON schemas expect a list of strings as the value of a header map.

@MaartendeKruijf MaartendeKruijf force-pushed the bugfix/command-header-string-array branch from 67a1190 to 1b9ae92 Compare March 15, 2024 15:46
@MaartendeKruijf MaartendeKruijf merged commit 260b7eb into development Mar 15, 2024
9 checks passed
@MaartendeKruijf MaartendeKruijf deleted the bugfix/command-header-string-array branch March 15, 2024 15:49
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.

Command.Headers are a map[string]string, but the spec says map[string][]string, so a list of strings instead
2 participants