summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/content
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-01 23:38:37 +0900
committernsfisis <nsfisis@gmail.com>2025-04-01 23:38:37 +0900
commitf325479ddb8ccdbe0e832160e9c7fb0155a90f47 (patch)
tree7f599d853471b47d26c9bfc8cc3df4ab31413e0b /vhosts/blog/content
parentd30dfc89bf1b673b2fdc0638766b930adaec228c (diff)
downloadnsfisis.dev-f325479ddb8ccdbe0e832160e9c7fb0155a90f47.tar.gz
nsfisis.dev-f325479ddb8ccdbe0e832160e9c7fb0155a90f47.tar.zst
nsfisis.dev-f325479ddb8ccdbe0e832160e9c7fb0155a90f47.zip
fix(blog/content): fix section ID of /posts/2025-03-28/http-1-1-send-multiple-same-headers/
Diffstat (limited to 'vhosts/blog/content')
-rw-r--r--vhosts/blog/content/posts/2025-03-28/http-1-1-send-multiple-same-headers.ndoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/vhosts/blog/content/posts/2025-03-28/http-1-1-send-multiple-same-headers.ndoc b/vhosts/blog/content/posts/2025-03-28/http-1-1-send-multiple-same-headers.ndoc
index 8f4f679b..002463aa 100644
--- a/vhosts/blog/content/posts/2025-03-28/http-1-1-send-multiple-same-headers.ndoc
+++ b/vhosts/blog/content/posts/2025-03-28/http-1-1-send-multiple-same-headers.ndoc
@@ -37,7 +37,7 @@ remark = "ブログ記事として一般公開"
</section>
<section id="specification">
<h>仕様</h>
- <section id="sender">
+ <section id="specification--sender">
<h>送信側</h>
<blockquote>
A sender MUST NOT generate multiple header fields with the same field
@@ -51,7 +51,7 @@ remark = "ブログ記事として一般公開"
ただし、header field の値がコンマ区切りのリストとして定義されているか、header field がよく知られた例外 (後述) である場合はその限りでない。
</p>
</section>
- <section id="recipient">
+ <section id="specification--recipient">
<h>受信側</h>
<blockquote>
A recipient MAY combine multiple header fields with the same field
@@ -70,7 +70,7 @@ remark = "ブログ記事として一般公開"
よって、プロキシは、メッセージを転送する際、header field の順序を変えてはならない (MUST NOT)。
</p>
</section>
- <section id="exception">
+ <section id="specification--exception">
<h>例外ケース: Set-Cookie</h>
<blockquote>
Note: In practice, the "Set-Cookie" header field ([<a href="https://datatracker.ietf.org/doc/html/rfc6265">RFC6265</a>]) often
@@ -91,7 +91,7 @@ remark = "ブログ記事として一般公開"
おそらく、「送信側」のところで書かれている「よく知られた例外」の一つがこれだと思われる。
</p>
</section>
- <section id="comma-separated-list">
+ <section id="specification--comma-separated-list">
<h>どの header field がコンマ区切りのリストなのか</h>
<p>
上記のように、同じ field name を持つ header field を複数回送れるかどうかは、その header field がコンマ区切りのリストとして定義されているかどうかで決まる。では、特定の header field がその条件を満たしているかどうか知りたいときは、何を見ればよいのか。