
好词典

缩写自Hypertext Transfer Protocol(超文本传输协议),1990年由Tim Berners-Lee提出。
❶ 超文本传输协议,是互联网上应用最广泛的网络协议,用于在客户端和服务器之间传输网页数据。
“The website uses HTTP to load pages quickly.”
(该网站使用HTTP协议快速加载页面。)
“HTTP requests are sent when you visit a website.”
(当你访问网站时会发送HTTP请求。)
HTTP request — 客户端向服务器发送的数据请求,用于获取或提交网页内容。
“The server processes the HTTP request and returns the webpage.”
(服务器处理HTTP请求后返回网页内容。)
HTTP response — 服务器对客户端请求的回复,包含请求的数据或状态信息。
“The HTTP response includes the HTML code of the page.”
(HTTP响应包含页面的HTML代码。)