More actions
모든 웹의 근간이 되는 프로토콜. text 프로토콜이라 효율이 좋지는 못하지만, 읽고 쓰기 쉽고 간단하기 때문에 어디서나 쓰이는 프로토콜이다.
- https://tools.ietf.org/html/rfc7230
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Resources_and_specifications
- 한글로 된 설명: https://blog.outsider.ne.kr/888
http는 기본적으로 request-response 모델이다.