> 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/de/proc/proc-h2.md).

# Erfahrungen von HTTP/2

Die HTTP/2 Spezifikation RFC 7540 wurde im Mai 2015 veröffentlicht, nur einen Monat bevor QUIC zum ersten Mal bei der IETF eingebracht wurde.

Mit HTTP/2 wurde die Grundlage für zukünftige Änderungen von HTTP gelegt. Die Arbeitsgruppe, die HTTP/2 kreiert hatte, war der Ansicht, dass diese Grundlage Iterationen zu neuen HTTP Versionen beschleunigen wird - viel schneller als der Wechsel von Version 1 zu Version 2 (ca. 16 Jahre).

Mit HTTP/2 haben Nutzer und Software-Stacks erkannt, dass es nicht mehr zeitgemäß ist, HTTP mit einem textbasierten Protokoll seriell abzuwickeln.

HTTP-over-QUIC wurde im November 2018 in HTTP/3 umbenannt.


---

# 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://http3-explained.haxx.se/de/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.
