diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/2/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/2/index.html | 46 |
1 files changed, 20 insertions, 26 deletions
diff --git a/services/nuldoc/public/blog/posts/2/index.html b/services/nuldoc/public/blog/posts/2/index.html index 5c6e5b4..87d8e06 100644 --- a/services/nuldoc/public/blog/posts/2/index.html +++ b/services/nuldoc/public/blog/posts/2/index.html @@ -67,6 +67,26 @@ </div> </nav> <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> 投稿 + <ul class="entry-tags"> + <li class="tag"> + <span class="tag-inner">HTTP</span> + </li> + </ul> + </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> @@ -265,32 +285,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2024-06-19/scalamatsuri-2024-report/"> - <header class="entry-header"> - <h2>ScalaMatsuri 2024 参加レポ</h2> - </header> - <section class="entry-content"> - <p> - 2024-06-08 から 2024-06-09 にかけて開催された、ScalaMatsuri 2024 に参加した。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2024-06-19">2024-06-19</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">カンファレンス</span> - </li> - <li class="tag"> - <span class="tag-inner">Scala</span> - </li> - <li class="tag"> - <span class="tag-inner">ScalaMatsuri</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/">前へ</a> |
