文件名称:记录HTTP请求标头和正文的简单Koa服务器演示-Node.js开发
文件大小:54KB
文件格式:ZIP
更新时间:2024-06-16 04:41:06
Node.js HTTP
记录HTTP请求标头和正文的简单koa服务器演示。 它也可以用作根据您的需要进行修改的基础。 $ npm install $ npm start打开另一个终端窗口以发送HTTP请求。 $ curl -d'hell一个记录HTTP请求标头和正文的简单koa服务器演示。 它也可以用作根据您的需要进行修改的基础。 $ npm install $ npm start打开另一个终端窗口以发送HTTP请求。 $ curl -d'hello = world'-X POST http://127.0.0.1:3000服务器输出。 >节点server.js监听端口3000 ...
【文件预览】:
koa-simple-server-master
----.gitignore(32B)
----README.md(673B)
----server.js(917B)
----public()
--------test.html(14B)
--------form.html(14B)
--------wiki.jpg(53KB)
--------test.js(23B)
--------index.html(692B)
--------style.css(40B)
----package.json(417B)
----files()
--------koa-server.js(197B)
--------koa-simple-server.service(278B)
--------http-module-server.js(198B)