Skip to content

Commit 8e188e9

Browse files
committed
Explain method normalization for #17
1 parent 70deec5 commit 8e188e9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Overview.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p><a class="logo" href="//whatwg.org/"><img alt="WHATWG" height="100" src="//resources.whatwg.org/logo-fetch.svg" width="100"></a>
99
<h1 id="cors">Fetch</h1>
10-
<h2 class="no-num no-toc" id="living-standard-—-last-updated-21-november-2014">Living Standard — Last Updated 21 November 2014</h2>
10+
<h2 class="no-num no-toc" id="living-standard-—-last-updated-23-november-2014">Living Standard — Last Updated 23 November 2014</h2>
1111

1212
<dl>
1313
<dt>Participate:
@@ -200,6 +200,10 @@ <h4 id="methods"><span class="secno">2.1.1 </span>Methods</h4>
200200
`<code title="">HEAD</code>`, `<code title="">OPTIONS</code>`, `<code title="">POST</code>`, or
201201
`<code title="">PUT</code>`, <a href="#byte-uppercase">byte uppercase</a> it.
202202

203+
<p class="note no-backref"><a href="#concept-method-normalize" title="concept-method-normalize">Normalization</a> is
204+
done for backwards compatibility and consistency across APIs as
205+
<a href="#concept-method" title="concept-method">methods</a> are actually "case-sensitive".
206+
203207

204208
<h4 id="terminology-headers"><span class="secno">2.1.2 </span>Headers</h4>
205209

@@ -3552,6 +3556,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
35523556
Surya Ismail,
35533557
吉野剛史 (Takeshi Yoshino),
35543558
Thomas Roessler,
3559+
Tomás Aparicio,
35553560
保呂毅 (Tsuyoshi Horo),
35563561
Tyler Close,
35573562
Vladimir Dzhuvinov,

Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ <h4>Methods</h4>
154154
`<code title>HEAD</code>`, `<code title>OPTIONS</code>`, `<code title>POST</code>`, or
155155
`<code title>PUT</code>`, <span>byte uppercase</span> it.
156156

157+
<p class="note no-backref"><span title=concept-method-normalize>Normalization</span> is
158+
done for backwards compatibility and consistency across APIs as
159+
<span title=concept-method>methods</span> are actually "case-sensitive".
160+
157161

158162
<h4 id=terminology-headers>Headers</h4>
159163

@@ -3445,6 +3449,7 @@ <h2 class=no-num>Acknowledgments</h2>
34453449
Surya Ismail,
34463450
吉野剛史 (Takeshi Yoshino),
34473451
Thomas Roessler,
3452+
Tomás Aparicio,
34483453
保呂毅 (Tsuyoshi Horo),
34493454
Tyler Close,
34503455
Vladimir Dzhuvinov,

0 commit comments

Comments
 (0)