Skip to content

HTTP #
Find similar titles

The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, and hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web. (https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol)

HTML 문서를 주고 받는데 사용되는 TCP/IP 프로토콜

이 프로토콜의 서버 역할이 웹서버

클라이언트 프로그램이 웹브라우저

다양한 기술이 계속 발전함

  • 바이너리 데이터 설명 표준방법 MIME
  • 비동기 요청 처리 AJAX

통신 상태 코드 몇가지 (HTTP status code)

  • 200: OK
  • 403: Forbidden
  • 404: Not found
  • 408: Request timeout
  • 500: Internal server error

HTTP/2 #

HTTP version 2.0 http://en.wikipedia.org/wiki/HTTP/2

관련정보 #

Incoming Links #

Related Articles #

Related Codes #

Suggested Pages #

web biohackers.net
0.0.1_20140628_0