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

Support for multi-value headers #84

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Support for multi-value headers #84

merged 3 commits into from
Nov 14, 2024

Commits on Nov 12, 2024

  1. support multi-value headers:

    - add new HeadersMultiMap to support set-cookie, as well as warc-concurrent-to headers with multiple values (store internally as map, convert to array for multi value headers, override iterator)
    - update tests to check for multiple warc-concurrent-to
    - also ensure multiple Set-Cookie works with case sensitive headers
    - fixes #32
    ikreymer committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c1fd1e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    34b0b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa6a2d5 View commit details
    Browse the repository at this point in the history