# HTTP 완벽 가이드

- [게이트웨이 vs 프록시](https://incheol-jung.gitbook.io/docs/study/http/vs.md)
- [HTTP Header](https://incheol-jung.gitbook.io/docs/study/http/http-header.md): HTTP Header 값의 의미를 알아보자
- [REST API](https://incheol-jung.gitbook.io/docs/study/http/rest-api.md): REST API에 대해서 알아보자
- [HTTP Method 종류](https://incheol-jung.gitbook.io/docs/study/http/http-method.md)
- [HTTP Status Code](https://incheol-jung.gitbook.io/docs/study/http/http-method/http-status-code.md)
- [HTTP 2.x](https://incheol-jung.gitbook.io/docs/study/http/http-2.x.md)


---

# 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://incheol-jung.gitbook.io/docs/study/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.
