文件名称:hpp_http:使用 node-http 包快递包“克隆”
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-20 03:19:10
JavaScript
:cup_with_straw: HPP_HTTP(开发中) :yarn: 创建应用程序; const hpp_http = require ( "./index" ) ; const app = hpp_http . createApplication ( ) ; :yarn: 获取路线 app . get ( "/test" , ( req , res ) => { console . log ( req . headers ) ; res . status ( 200 ) . send ( { api : true } ) ; } ) ; :yarn: 邮寄路线 app . post ( "/test_post" , ( req , res ) => { console . log ( req . headers ) ; const
【文件预览】:
hpp_http-master
----package.json(251B)
----package-lock.json(71B)
----@types()
--------hpp_types.d.ts(103B)
----index.test.js(1KB)
----index.js(1KB)
----methods_handler.js(142B)
----errors.js(143B)
----readme.md(2KB)
----handlerfn.js(5KB)