Re: [whatwg/fetch] Update Fetch to support Token Binding. (#325)

> @@ -934,6 +934,41 @@ <h4 id=terminology-headers>Headers</h4>
>  Unless stated otherwise, it is unset.
>  
>  <p>A <span title=concept-request>request</span> has an associated
> +<dfn title=concept-request-use-token-binding>use-token-binding flag</dfn>.
> +Unless stated otherwise, it is unset.
> +<p class="note no-backref"> <span title=concept-request>Request</span>'s
> +<span title=concept-request-use-token-binding>use-token-binding</span> flag indicates whether the
> +user agent will send its <span title=concept-token-binding-id>Token Binding Id</span>
> +for the <span title=concept-request-origin>origin</span> along with the
> +<span title=concept-request>request</span> when it transmits the
> +<span title=concept-request>request</span> to the server.
> +A <dfn title=concept-token-binding>Token Binding</dfn> is a public-private key-pair created by a

I moved definitions into the existing Infrastructure subsection.

Please let me know if they should go elsewhere.

-- 
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/325/files/134b9885c84ccdb9656767e4b369adf010363795#r77064379

Received on Wednesday, 31 August 2016 20:16:29 UTC