# 명세

다음은 QUIC과 HTTP/3의 여러 부분 및 구성요소의 공식 드래프트 최신 버전이다.

## 불변

[QUIC의 버전 독립적인 프로퍼티](https://tools.ietf.org/html/draft-ietf-quic-invariants)

## 전송

[QUIC: UDP에 기반을 둔 멀티플랙싱 보안 전송](https://tools.ietf.org/html/draft-ietf-quic-transport)

## 복구

[QUIC 손실 탐지와 혼잡 제어](https://tools.ietf.org/html/draft-ietf-quic-recovery)

## TLS

[Transport Layer Security(TLS)를 사용해서 QUIC 안전하게 하기](https://tools.ietf.org/html/draft-ietf-quic-tls)

## HTTP

[QUIC을 통한 Hypertext Transfer Protocol(HTTP)](https://tools.ietf.org/html/draft-ietf-quic-http)

## QPACK

[QPACK: QUIC을 통한 HTTP의 헤더 압축](https://tools.ietf.org/html/draft-ietf-quic-qpack)


---

# 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/ko/specs.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.
