- From: Ilya Grigorik <notifications@github.com>
- Date: Tue, 22 Mar 2016 10:14:40 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 22 March 2016 17:15:07 UTC
- Last-Event-ID is defined in the HTML spec as a utf-8 string, hence we
  don't place any restrictions on its value
- Each Client Hints header has a BNF grammar that should be validated by
  the user agent; the header is defined as simple if the name of the
  header matches one of CH header names, and its value conforms to the
  defined grammar
Closes:
- https://github.com/whatwg/fetch/issues/52
- https://github.com/httpwg/http-extensions/issues/141
You can view, comment on, or merge this pull request online at:
  https://github.com/whatwg/fetch/pull/258
-- Commit Summary --
  * treat Last-Event-ID and Client-Hints headers as simple headers
-- File Changes --
    M Overview.src.html (24)
-- Patch Links --
https://github.com/whatwg/fetch/pull/258.patch
https://github.com/whatwg/fetch/pull/258.diff
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/258
Received on Tuesday, 22 March 2016 17:15:07 UTC