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 프로토콜
이 프로토콜의 서버 역할이 웹서버
클라이언트 프로그램이 웹브라우저
다양한 기술이 계속 발전함
통신 상태 코드 몇가지 (HTTP status code)
- 200: OK
- 403: Forbidden
- 404: Not found
- 408: Request timeout
- 500: Internal server error
Table of Contents
HTTP/2 #
HTTP version 2.0 http://en.wikipedia.org/wiki/HTTP/2
관련정보 #
- Exploring HTTPS with Python : Python으로 HTTPS 이해하기
- HTTPS에 대해 알아야 할 것들 : HTTPS 설명
- 쿠키와 세션에 대해 알아보자 : HTTP는 지속적으로 연결되어 있는 프로토콜이 아니라, 서버에서 클라이언트의 상태를 알기 위한 별도의 수단이 필요 - Cookie은 클라이언트에 저장 Session은 서버에 저장
- HTTP/2 더 빠른 웹을 위해
Incoming Links #
Related Articles (Article 0) #
Related Codes (Code 1) #
Suggested Pages #
- 0.517 Health Level 7
- 0.113 SRA
- 0.104 Elasticsearch
- 0.068 GraphQL
- 0.056 Online payment system
- 0.054 Flask
- 0.032 Google Cloud Platform
- 0.014 Google App Engine
- 0.012 SRA Toolkit
- 0.008 ENCODE
- More suggestions...