# Esperienza da HTTP/2

La specifica HTTP/2 contenuta nella RFC 7540 è stata pubblicata nel Maggio 2015, un mese prima che QUIC fosse presentato ad IETF per la prima volta.

Con HTTP/2, le fondamenta per modificare HTTP furono gettate; il gruppo di lavoro responsabile della creazione di HTTP/2 era gia dell'idea che tale processo di rinnovamento avrebbe aiutato a rilasciare versioni HTTP più rapidamente che in passato, dove il passaggio da v1 a v2 richiese 16 anni.

Nel contesto di HTTP/2 gli utenti ed i software realizzano come non sia più più d'attualita lavorare con un HTTP testuale, in maniera serializzata.

HTTP-over-QUIC fu rinominato HTTP/3 in Novembre 2018.


---

# 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/it/proc/proc-h2.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.
