> For the complete documentation index, see [llms.txt](https://http2-explained.haxx.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://http2-explained.haxx.se/pt/part13.md).

# Outras leituras

Se você acha que esse documento é um pouco superficial em conteúdo e detalhes técnicos, aqui estão recursos adicionar que podem ajudá-lo a satisfazer sua curiosidade:

* A lista de e-mails HTTPbis e seus arquivos: <https://lists.w3.org/Archives/Public/ietf-http-wg/>
* A especificação http2 em uma versão HTML: <https://httpwg.github.io/specs/rfc7540.html>
* Detalhes de rede do http2 no Firefox: <https://wiki.mozilla.org/Networking/http2>
* Detalhes de implementação do http2 no projeto curl: <https://curl.haxx.se/docs/http2.html>
* O *site* http2: <https://http2.github.io/> e, talvez, o FAQ: <https://http2.github.io/faq/>
* O capítulo sobre HTTP/2 do livro “High Performance Browser Networking” escrito por Ilya Grigorik: <https://hpbn.co/http2/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/pt/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.
