This is when you finally understand why a URL starts with HTTP
Summary: This project is about writing your ow HTTP server. You will be able to test it with an actual browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.
The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems.
HTTP(Hypertext Transfer Protocol)는 분산, 협업, 하이퍼미디어 정보 시스템을 위한 애플리케이션 프로토콜입니다.
HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access. For example, by a mouse click or by tapping the screen in a web browser.
HTTP는 하이퍼텍스트 문서가 사용자가 쉽게 액세스할 수 있는 다른 리소스에 대한 하이퍼링크를 포함하는 World Wide Web을 위한 데이터 통신의 기반입니다. 예를 들어 마우스를 클릭하거나 웹 브라우저에서 화면을 탭합니다.
HTTP was developed to facilitate hypertext and the World Wide Web.
HTTP는 하이퍼텍스트와 월드 와이드 웹을 용이하게 하기 위해 개발되었습니다.
The primary function of a web server is to store, process, and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP).
웹 서버의 주요 기능은 웹 페이지를 저장, 처리 및 클라이언트에 전달하는 것입니다. 클라이언트와 서버 간의 통신은 HTTP(Hypertext Transfer Protocol)를 사용하여 이루어집니다.
Pages delivered are most frequently HTML documents, which may include images, style sheets, and scripts in addition to the text content.
페이지 전달되는 것은 가장 자주 HTML 문서입니다. 이러한 문서에는 이미지, 스타일 시트 및 스크립트 외에 텍스트 컨텐츠가 포함될 수 있습니다.