文件名称:express4-example
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-26 01:50:20
JavaScript
快递4个例子 npm install node index.js 然后发送一些示例请求,如: curl -v http://localhost:3000/heydude curl -X POST http://localhost:3000/morestuff -H 'Content-type: application/json' -d '{"something": 3}'
【文件预览】:
express4-example-master
----index.js(631B)
----package.json(291B)
----.gitignore(14B)
----README.md(263B)