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

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

相关推荐
倾颜9 小时前
NestJS 核心概念梳理:从 Module、Controller 到 Guard、Interceptor
后端·node.js·nestjs
苦夏木禾16 小时前
tree-fs 批量创建文件
node.js
__zRainy__17 小时前
Node系列 · 数据库:单表查询
数据库·后端·mysql·node.js
薛定谔的算法19 小时前
NestJS:让 Node.js 后端告别「野路子」
后端·node.js·nestjs
zzx2006__20 小时前
node.js
node.js
GitLqr1 天前
2026 Bun 全新姿态:从 Zig 到 Rust 的“暴力”重构与生态大爆发
rust·node.js·bun
赖龙3 天前
pnpm vs npm
前端·npm·node.js
烂蜻蜓4 天前
Node.js入门教程(三十一):Express 框架
node.js·express
小屁孩你滑稽掉了4 天前
prisma操作数据库的方法使用教程(简洁版)
数据库·node.js·prisma·fastify
__zRainy__4 天前
Node系列 · Node基础:https 模块
后端·网络协议·http·https·node.js