# پروتکل HTTP/3 بر روی QUIC

لایهٔ HTTP، به نام HTTP/3، انتقال را به‌شیوهٔ HTTP مدیریت می‌کند، از جمله فشرده‌سازی سرایندها با استفاده از QPACK - که مشابه فشرده‌سازی سرایندها در HTTP/2 به نام HPACK است.

الگوریتم HPACK وابسته به توزیع مرتبِ جریان‌هاست و در نتیجه امکان استفادهٔ دوباره از آن در HTTP/3 بدون اعمال اصلاحات مقدور نبود، چرا که QUIC جریان‌هایی را ارائه می‌دهد که می‌توانند به صورت نامنظم تحویل داده شوند. QPACK را می‌توان نسخهٔ سازگار با QUIC از [HPACK](https://httpwg.org/specs/rfc7541.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://http3-explained.haxx.se/fa/the-protocol/feature-http.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.
