Skip to content

Split singleton headers#506

Merged
JordonPhillips merged 1 commit into
developfrom
handle-header-lists
Jun 19, 2025
Merged

Split singleton headers#506
JordonPhillips merged 1 commit into
developfrom
handle-header-lists

Conversation

@JordonPhillips
Copy link
Copy Markdown
Contributor

Header lists may be serialized either as the same header multiple times, or as a comma-delimted string. This updates the header list deserializer to split a list value if there is only one. It takes care to ensure that lists of http-date headers are supported with and without quoting.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@JordonPhillips JordonPhillips requested a review from a team as a code owner June 4, 2025 13:00
nateprewitt
nateprewitt previously approved these changes Jun 17, 2025
Header lists may be serialized either as the same header multiple
times, or as a comma-delimted string. This updates the header
list deserializer to split a list value if there is only one. It
takes care to ensure that lists of http-date headers are supported
with and without quoting.
@JordonPhillips
Copy link
Copy Markdown
Contributor Author

@nateprewitt had to rebase so I'll need another review

@JordonPhillips JordonPhillips merged commit cbbae6b into develop Jun 19, 2025
3 checks passed
@JordonPhillips JordonPhillips deleted the handle-header-lists branch June 19, 2025 09:51
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.

2 participants