CS50 HTTP (Hypertext Transfer Protocol)


Jan 09, 2022

HTTP Hypertext Transfer Protocol

  1. In addition to protocols that dictate how information is
    communicated from machine to machine and application to application(IP and TCP, respectively),
    it is frequently the case that the application itself has a system of rules for how to
    interpret the data that was sent.

  2. HTTP is one such example of an application layer protocol,
    which specifically dictates the format by which clients request
    web pages from a server, and the format via which servers
    return information to clients.

#HTTP






你可能感興趣的文章

用 Nest.js 開發 API 吧 (四) - Service

用 Nest.js 開發 API 吧 (四) - Service

Python - 文字檔案的讀取跟存取

Python - 文字檔案的讀取跟存取

初見狀態管理工具 Vuex (1) 初步接觸與安裝導入

初見狀態管理工具 Vuex (1) 初步接觸與安裝導入






留言討論






2
2
2