What is HTTP?
HTTP (Hypertext Transfer Protocol) | transmits hypertext | over the web | using a | request-response model.
HTTP (Hypertext Transfer Protocol) | truyền tải siêu văn bản | qua web | sử dụng | mô hình yêu cầu-phản hồi.
Defines message formatting | and server-browser communication.
Định nghĩa định dạng tin nhắn | và giao tiếp server-trình duyệt.
Stateless protocol | where each request | is independent.
Giao thức không trạng thái | nơi mỗi yêu cầu | là độc lập.
Forms the foundation | of web communication, | often used | with HTTPS | for encryption.
Tạo thành nền tảng | của giao tiếp web, | thường được sử dụng | với HTTPS | để mã hóa.
Resources
- Full HTTP Networking Course (course)
- What is HTTP? (article)
- HTTP/3 From A To Z: Core Concepts (article)
- HTTP/1 to HTTP/2 to HTTP/3 (video)
References
- https://roadmap.sh/backend (Node: [label])