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服务呢?)

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

相关推荐
星光不问赶路人14 小时前
Node.js 如何判断入口文件:从 require.main 到 ES Module 实现
前端·node.js
网络点点滴15 小时前
Node.js 中阻塞、非阻塞及异步特性
node.js
netkiller-BG7NYT18 小时前
yoloutils - Openclaw Agent Skill
前端·webpack·node.js
cypking20 小时前
npm 依赖包版本扫描提示插件Version Lens
前端·npm·node.js
研究点啥好呢1 天前
Github热门项目推荐 | 创建你的像素风格!
c++·python·node.js·github·开源软件
孟祥_成都1 天前
复刻字节 AI 开发流:实践 Node.js 通用脚手架
前端·人工智能·node.js
BLUcoding2 天前
NVM for Windows 管理 Node.js 多版本
node.js
爱学习的程序媛2 天前
Node.js 异步任务协作:7 种实用方案与真实项目案例
node.js·异步编程
KevinCyao2 天前
node.js视频短信接口如何接入?使用异步非阻塞模式下发视频短信API
node.js