# 扩展阅读

如果对读者你来说，这份文档的内容或技术细节稍显浅尝辄止，下面的资源也许能满足你的好奇：

* 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网站：<https://http2.github.io/> ，以及关于http2的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/zh/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.
