diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-28 22:54:52 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-28 22:54:52 +0900 |
| commit | 1077d0d3a29a3b67816d5558bbfe8ccf106f6273 (patch) | |
| tree | a99063cb0dd2f7a74919853f3122002b34692a48 /vhosts/blog/public/posts/index.html | |
| parent | b17eff09fe2aa5f1cd02ee8fafdef52fc7074755 (diff) | |
| download | nsfisis.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.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> |
