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

"Get" a structured header from a header list. #983

Merged
merged 4 commits into from
Dec 28, 2019
Merged

Commits on Dec 13, 2019

  1. "Get" a structured header from a header list.

    As discussed in #930 and WICG/cross-origin-embedder-policy#2, this patch adds a "get"
    method on header lists that allows consistent extraction of
    structured headers.
    mikewest committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    4c7978e View commit details
    Browse the repository at this point in the history
  2. fixup phrasing

    mikewest committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    19bece7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. fixup @annevk

    mikewest committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    5d09be6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. put get/set in the same order and move this upfront in the hope this …

    …is all we need going forward for new stuff
    annevk committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    9125901 View commit details
    Browse the repository at this point in the history