Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Http: Difference between revisions

From ZeroWiki
imported>bluemir
No edit summary
No edit summary
Line 1: Line 1:
모든 웹의 근간이 되는 프로토콜. text 프로토콜이라 효율이 좋지는 못하지만, 읽고 쓰기 쉽고 간단하기 때문에 어디서나 쓰이는 프로토콜이다.
모든 웹의 근간이 되는 프로토콜. text 프로토콜이라 효율이 좋지는 못하지만, 읽고 쓰기 쉽고 간단하기 때문에 어디서나 쓰이는 프로토콜이다.


* https://tools.ietf.org/html/rfc7230
* https://tools.ietf.org/html/rfc7230
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Resources_and_specifications
* https://developer.mozilla.org/en-US/docs/Web/HTTP/Resources_and_specifications
* 한글로 된 설명: https://blog.outsider.ne.kr/888
* 한글로 된 설명: https://blog.outsider.ne.kr/888
http는 기본적으로 request-response 모델이다.



Revision as of 02:58, 27 February 2018

모든 웹의 근간이 되는 프로토콜. text 프로토콜이라 효율이 좋지는 못하지만, 읽고 쓰기 쉽고 간단하기 때문에 어디서나 쓰이는 프로토콜이다.


http는 기본적으로 request-response 모델이다.