> For the complete documentation index, see [llms.txt](https://hochan049.gitbook.io/cs-interview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hochan049.gitbook.io/cs-interview/web.md).

# Web

- [질문 사항](https://hochan049.gitbook.io/cs-interview/web/undefined.md)
- [RFC 7230 (HTTP/1.1)](https://hochan049.gitbook.io/cs-interview/web/rfc-7320.md): Hypertext Transfer Protocol (HTTP/1.1) : Message Syntax and Routing
- [3. Message Format](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/3.-message-format.md)
- [4. Transfer codings](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/4.-transfer-codings.md)
- [5. Message Routing](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/5.-message-routing.md)
- [6. Connection Management](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/6.-connection-management.md)
- [7. ABNF List Extension: #rule](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/7.-abnf-list-extension-rule.md)
- [8. IANA Considerations](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/8.-iana-considerations.md)
- [9. Security Considerations](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/9.-security-considerations.md)
- [10. Acknowledgedments](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/10.-acknowledgedments.md)
- [Appendix A. HTTP Version History](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/appendix-a.-http-version-history.md)
- [Appendix B. Collected ABNF](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/appendix-b.-collected-abnf.md): 다음 참고
- [Quiz](https://hochan049.gitbook.io/cs-interview/web/rfc-7320/quiz.md)
- [RFC 7231 (HTTP/1.1)](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1.md): Hypertext Transfer Protocol (HTTP/1.1) : "Semantics and Content"
- [4. Request Methods](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/4.-request-methods.md)
- [5. Request Header Fields](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/5.-request-header-fields.md)
- [6. Response Status Codes](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/6.-response-status-codes.md)
- [7. Response Header Fields](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/7.-response-header-fields.md)
- [8. IANA Considerations](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/8.-iana-considerations.md)
- [9. Security Considerations](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/9.-security-considerations.md)
- [Appendix A. Differences between HTTP and MIME](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/appendix-a.-differences-between-http-and-mime.md)
- [Appendix B. Changes from RFC 2616](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/appendix-b.-changes-from-rfc-2616.md)
- [Quiz](https://hochan049.gitbook.io/cs-interview/web/rfc-7321-http-1.1/quiz.md)
- [RFC 7232 (HTTP/1.1)](https://hochan049.gitbook.io/cs-interview/web/rfc-7322-http-1.1.md): Hypertext Transfer Protocol (HTTP/1.1) : "Conditional Requests"
- [Quiz](https://hochan049.gitbook.io/cs-interview/web/rfc-7322-http-1.1/untitled.md)
- [RFC 7233 (HTTP/1.1)](https://hochan049.gitbook.io/cs-interview/web/rfc-7233-http-1.1.md): Hypertext Transfer Protocol (HTTP/1.1) : "Range Requests"
- [lab](https://hochan049.gitbook.io/cs-interview/web/rfc-7233-http-1.1/lab.md)
- [Quiz](https://hochan049.gitbook.io/cs-interview/web/rfc-7233-http-1.1/quiz.md)
- [RFC 7234 (HTTP/1.1)](https://hochan049.gitbook.io/cs-interview/web/rfc-7234-http-1.1.md): Hypertext Transfer Protocol (HTTP/1.1) : Caching
- [Quiz](https://hochan049.gitbook.io/cs-interview/web/rfc-7234-http-1.1/quiz.md)
- [RFC 7235 (HTTP/1.1)](https://hochan049.gitbook.io/cs-interview/web/rfc-7235-http-1.1.md): Hypertext Transfer Protocol (HTTP/1.1) : Authentication
- [Quiz](https://hochan049.gitbook.io/cs-interview/web/rfc-7235-http-1.1/quiz.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://hochan049.gitbook.io/cs-interview/web.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
