# 12.12 延展阅读

下面的资料一定会扩展您的视野，所以请找时间看一下：

* Apache web 服务器的官方网站<http://httpd.apache.org>。
* Nginx web 服务器的官方网站<http://nginx.org>。
* 您可能希望了解更多关于网络，TCP/IP 和它的各种服务，可以从阅读 **RFC** 文档开始。您可以在<http://www.rfc-archive.org>上找到此类文档。
* 浏览 Wireshark 和 tshark 的网站<https://www.wireshark.org/>了解更多信息。
* 浏览 `net` 标准包文档，在<https://golang.org/pkg/net/>。它是 Go 官方文档中最大的之一。
* 浏览 `net/http` 包文档<https://golang.org/pkg/net/http/>
* 如果您不想写任何 Go 代码就创建一个网站，您可以试一试 **Hugo utility**，它是用 Go 写的！您可以在<https://gohugo.io>([https://gohugo.io)了解更多关于](https://gohugo.xn--io\)-3h9dmbz45a1xqr40avw3e) Hugo 框架。然而，对于每一个 Go 程序员真正有趣和有教育意义的是浏览它的源码，它在<https://github.com/gohugoio/hugo>。
* 您可以在<https://golang.org/pkg/net/http/httptrace/>浏览 `net/http/httptrace` 文档。
* 您可以在<https://golang.org/pkg/net/http/pprof/>找到 `net/http/pprof` 文档。
* 浏览 `nc(1)` 命令行工具的手册了解更多它的能力和各种命令行选项。
* 您可以在<https://github.com/davecheney/httpstat>找到由 Dave Cheney 开发的 `httpstat` 工具。它是使用 `net/http/httptrace` 包追踪 HTTP 最好的例子。
* 您可以浏览 `ab(1)` 手册<https://httpd.apache.org/docs/2.4/programs/ab.html>找到更多关于它的信息。


---

# 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://wskdsgcf.gitbook.io/mastering-go-zh-cn/12.0/12.12.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.
