node.js基础-02

Author nodes:(题记)

Hypertest Transfer protocol is very important to programming personnel。it doesn't matter if you're a front-end engineer or a back-end engineer.So,let's study it together.

http协议对于编程工程师很重要,不管你是前端工程师还是后端工程师。所以,让我们一起学习下。

let us look this image below

让我们看下边图片

'http' can help brower and server transfer content correctly。

'http'帮助浏览器和服务器正确得传输内容

request(请求)

Network protocol request line(网络协议请求行)

structure chart (结构图)

method of requesting data(请求数据的方法)

Network protocol request header(网络协议请求头)

Network protocol request body(网络协议请求体)

Response(响应)

Network protocol response line(网络协议请求行)

status code(状态码)

Network protocol response header

Network protocol response body

Content extension:how to create a 'http' server?(内容扩展:如何创建一个http服务呢?)

最简单的方法搭建属于自己的服务器。。。

相关推荐
垣宇16 小时前
Vite 和 Webpack 的区别和选择
前端·webpack·node.js
爱吃南瓜的北瓜16 小时前
npm install 卡在“sill idealTree buildDeps“
前端·npm·node.js
翻滚吧键盘17 小时前
npm使用了代理,但是代理软件已经关闭导致创建失败
前端·npm·node.js
浪九天18 小时前
node.js的版本管理
node.js
浪九天19 小时前
node.js的常用指令
node.js
浪九天1 天前
Vue 不同大版本与 Node.js 版本匹配的详细参数
前端·vue.js·node.js
小纯洁w1 天前
Webpack 的 require.context 和 Vite 的 import.meta.glob 的详细介绍和使用
前端·webpack·node.js
熬夜不洗澡1 天前
Node.js中不支持require和import两种导入模块的混用
node.js
bubusa~>_<1 天前
解决npm install 出现error,比如:ERR_SSL_CIPHER_OPERATION_FAILED
前端·npm·node.js
天下皆白_唯我独黑1 天前
npm 安装扩展遇到证书失效解决方案
前端·npm·node.js