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

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

相关推荐
嚴寒10 小时前
Node 版本管理还在手动重装全局包?这个方案让你效率翻倍
node.js
你的人类朋友1 天前
【Node】单线程的Node.js为什么可以实现多线程?
前端·后端·node.js
HoJunjie1 天前
macOS sequoia 15.7.1 源码安装node14,并加入nvm管理教程
macos·node.js
做运维的阿瑞2 天前
Windows 环境下安装 Node.js 和 Vue.js 框架完全指南
前端·javascript·vue.js·windows·node.js
你的人类朋友2 天前
【Node】Node.js 多进程与多线程:Cluster 与 Worker Threads 入门
前端·后端·node.js
谢尔登2 天前
【Nest】日志记录
javascript·中间件·node.js
HWL56793 天前
输入框内容粘贴时   字符净化问题
前端·vue.js·后端·node.js
. . . . .4 天前
Node.js 的替代品Bun
node.js
一只月月鸟呀4 天前
AI使用 Node.js modbus-serial 搭建一个可交互的 Modbus TCP 主站与从站 Demo
网络协议·tcp/ip·node.js