> For the complete documentation index, see [llms.txt](https://http3-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://http3-explained.haxx.se/ro/h3.md).

# HTTP/3

După cum am menționat mai devreme, primul și principalul protocol de transfer peste QUIC este HTTP.

La fel cum HTTP/2 a fost introdus pentru a transfera HTTP într-un mod complet nou, HTTP/3 introduce, din nou, o modalitate nouă de a transfera HTTP prin rețea.

HTTP încă păstrează aceleași paradigme și concepte ca înainte. Încă există headere și un body, există o cerere și un răspuns. Există verbe, cookie-uri și caching. Ce se schimbă, în principal, în HTTP/3 este cu sunt transmișii biții către partea cealaltă a comunicației.

Ca să se poată face HTTP peste QUIC, a fost nevoie de anumite schimbări, iar asta numim acum HTTP/3. Aceste schimbări au fost necesare din cauza naturii diferite a QUIC față de TCP. Aceste schimbări incluc:

* în QUIC, fluxurile sunt susținute de transferul în sine, în timp ce în HTTP/2 fluxurile sunt făcute în cadrul layer-ului HTTP.
* Din cauză că fluxurile sunt independente unul față de celălalt, protocolul pentru compresia headere-lor folosit pentru HTTP/2 nu a putut fi folosit fără a crea o situație de blocare a capului de stivă.
* Fluxurile QUIC sunt puțin diferite de fluxurile HTTP/2. Secțiunea HTTP/3 va detalia, oarecum, asta.


---

# 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, and the optional `goal` query parameter:

```
GET https://http3-explained.haxx.se/ro/h3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
