summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-28 22:54:52 +0900
committernsfisis <nsfisis@gmail.com>2025-03-28 22:54:52 +0900
commit1077d0d3a29a3b67816d5558bbfe8ccf106f6273 (patch)
treea99063cb0dd2f7a74919853f3122002b34692a48 /vhosts/blog/public/posts/index.html
parentb17eff09fe2aa5f1cd02ee8fafdef52fc7074755 (diff)
downloadnsfisis.dev-1077d0d3a29a3b67816d5558bbfe8ccf106f6273.tar.gz
nsfisis.dev-1077d0d3a29a3b67816d5558bbfe8ccf106f6273.tar.zst
nsfisis.dev-1077d0d3a29a3b67816d5558bbfe8ccf106f6273.zip
feat(blog/content): new post /posts/2025-03-28/http-1-1-send-multiple-same-headers/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
-rw-r--r--vhosts/blog/public/posts/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index 0c178934..b6887c5f 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -43,6 +43,21 @@
<h1>投稿一覧</h1>
</header>
<article class="post-entry">
+ <a href="/posts/2025-03-28/http-1-1-send-multiple-same-headers/">
+ <header class="entry-header">
+ <h2>【HTTP】HTTP/1.1 で同じヘッダを2回送るとどうなるか</h2>
+ </header>
+ <section class="entry-content">
+ <p>
+ HTTP/1.1 で同じヘッダを2回送ったときの挙動について仕様を読んでまとめた。
+ </p>
+ </section>
+ <footer class="entry-footer">
+ <time datetime="2025-03-28">2025-03-28</time> 投稿
+ </footer>
+ </a>
+ </article>
+ <article class="post-entry">
<a href="/posts/2025-03-27/zip-function-like-command-paste-command/">
<header class="entry-header">
<h2>zip 関数のようなコマンド paste</h2>