# 简体中文

本书的编撰自2018年3月开始，计划是提供HTTP/3以及其底层协议QUIC的文档，介绍它们的目的、原理、协议细节以及实现等。

本书完全免费，并且是一个协作项目，欢迎所有愿意帮忙的人前来协助！

## 先导知识

本书假定读者对TCP/IP网络、HTTP以及Web技术有着基本的理解。关于HTTP/2的更多知识和细节，我们推荐首先阅读[HTTP/2详解](https://daniel.haxx.se/http2/)。

## 作者

本书作者为[Daniel Stenberg](https://daniel.haxx.se/)，他是世界上最流行的HTTP客户端软件[curl](https://curl.haxx.se/)的创造者与牵头开发者。Daniel在HTTP与互联网协议中已有20余年的开发经验，他也是[HTTP/2详解](https://daniel.haxx.se/http2/)的作者。

译者：[Yi Bai](https://github.com/yi-bai)

## 主页

本书的主页位于[daniel.haxx.se/http3-explained](https://daniel.haxx.se/http3-explained)。

## 帮助我们

如果您发现了本书中的任何纰漏、遗漏、错误或公然的谎言，欢迎您将受影响章节的修正版本传给我们，我们将酌情修改。我们将为提供帮助的每个人给予适当的表彰。我们希望随着时间推移，这份文档越来越好。

提交[问题](https://github.com/bagder/http3-explained/issues)或者[拉取请求](https://github.com/bagder/http3-explained/pulls)到本书的GitHub页面是最好的反馈方式。

## 许可协议

本文档及其所有内容遵循[知识共享 署名 4.0 许可协议](https://creativecommons.org/licenses/by/4.0/)授权。


---

# 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://http3-explained.haxx.se/zh.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.
