# 한국어

http2 explained

## http2 설명

이 상세한 문서는 HTTP/2에 대해 ([RFC 7540](https://httpwg.github.io/specs/rfc7540.html)), 배경, 개념, 프로토콜과 현재 구현된 건들에 대한것과 앞으로 미래에 담을 내용이 서술되었습니다.

이 프로젝트는 <https://daniel.haxx.se/http2/> 사이트가 공식적으로 인증된 페이지 입니다.

문서 전체의 소스코드는 <https://github.com/bagder/http2-explained> 참조하시기 바랍니다

### 기여

개선 사항을 가지고 계신분은 누구나 환영합니다. 우리는 [pull requests](https://github.com/bagder/http2-explained/pulls) 를 받고 있지만, <daniel-http2@haxx.se> 로 여러분의 제안을 메일로 보내주셔도 괜찮습니다

/ Daniel Stenberg


---

# 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://http2-explained.haxx.se/ko.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.
