# 参考文献

この文書の内容または技術的詳細が薄いと考えるなら、あなたの好奇心を満足させる参考文献をここに紹介します:

* HTTPbisメーリングリストとアーカイブ: <https://lists.w3.org/Archives/Public/ietf-http-wg/>
* HTML化されたhttp2仕様書: <https://httpwg.github.io/specs/rfc7540.html>
* Firefoxのhttp2ネットワーキングに関する詳細: <https://wiki.mozilla.org/Networking/http2>
* curlのhttp2実装に関する詳細: <https://curl.haxx.se/docs/http2.html>
* http2 webサイト: <https://http2.github.io/> and perhaps in particular the FAQ: <https://http2.github.io/faq/>
* Ilya Grigorikの著書”High Performance Browser Networking”のHTTP/2の章: <https://hpbn.co/http2/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://http2-explained.haxx.se/ja/part13.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
