Re: [whatwg/fetch] Integrate Client-Hints with Fetch (#258)

> +
> +<ul class=brief>
> +  <li>`<code title>Accept</code>`
> +  <li>`<code title>Accept-Language</code>`
> +  <li>`<code title>Content-Language</code>`
> +  <li>`<code title>Content-Type</code>` and whose <span title=concept-header-value>value</span>,
> +  <span title=concept-header-parse>once parsed</span>, has a MIME type (ignoring parameters)
> +  that is `<code title>application/x-www-form-urlencoded</code>`,
> +  `<code title>multipart/form-data</code>`, or `<code title>text/plain</code>`
> +  <li>`<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-dpr-client-hint>DPR</a></code>`,
> +  `<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-downlink-client-hint>Downlink</a></code>`,
> +  `<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-save-data-hint>Save-Data</a></code>`,
> +  `<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-viewport-width-client-hint>Viewport-Width</a></code>`, or
> +  `<code title><a href=http://httpwg.org/http-extensions/client-hints.html#the-width-client-hint>Width</a></code>`, and whose <span title=concept-header-value>value</span>,
> +  <span title=concept-header-parse>once parsed</span>, is not a failure.
> +</ul>
>  <!-- XXX * needs better xref
>           * ignoring parameters has been the standard for a long time now
>           * interesting test: "Content-Type: text/plain;" -->

This needs to be kept close to the `Content-Type` text. Below it.

---
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/files/18c8dc051bfd9164205a143eaab74aaf8c9aa8a7#r58020118

Received on Thursday, 31 March 2016 08:57:13 UTC