# 日本語

この文書はHTTP/2（[RFC 7540](https://httpwg.github.io/specs/rfc7540.html)）、その背景、コンセプト、プロトコル、既存の実装および未来がどうなるかを記述したものです。

このプロジェクトのサイトは <https://daniel.haxx.se/http2/> を見てください。

文書の全ソースコードは <https://github.com/bagder/http2-explained> を見てください。

## 貢献するには

改善案をお持ちの方はだれでも大歓迎です。私達は[プルリクエスト](https://github.com/bagder/http2-explained/pulls)を受け付けていますが、<daniel-http2@haxx.se> まで改善案をメールで送って頂いても結構です。

/ Daniel Stenberg


---

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