diff options
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 15 |
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> |
