# HTTP/3 über QUIC

Die HTTP-Schicht namens HTTP/3 führt Transporte im HTTP-Stil durch, einschließlich HTTP-Header-Komprimierung mit QPACK - ähnlich der HTTP/2-Komprimierung HPACK.

Der HPACK-Algorithmus hängt von einer *geordneten* Übermittlung von Streams ab, weshalb es nicht möglich war, ihn ohne Änderungen in HTTP/3 wiederzuverwenden; vor allem, weil QUIC Streams anbietet, die nicht in der richtigen Reihenfolge übermittelt werden können. QPACK kann als die QUIC-angepasste Version von [HPACK](https://httpwg.org/specs/rfc7541.html) gesehen werden.


---

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