文件名称:http-utilities:Node.js 的基本 HTTP 实用程序
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-27 00:25:01
JavaScript
Node.js 的基本 HTTP 实用程序 安装 npm install http-utilities 初始化 var httpUtils = require ( 'http-utilities' ) ; 应用程序接口 statCode(代码描述符) httpUtils . statCode ( 'ok' ) ; // returns '200' httpUtils . statCode ( 'not_found' ) ; // returns '404' httpUtils . statCode ( 'accepted' ) ; // returns '202' statName(代码编号) httpUtils . statName ( 200 ) ; // returns 'ok' httpUtils . statName ( 500 ) ; // ret
【文件预览】:
http-utilities-master
----LICENSE(1KB)
----README.md(874B)
----stat-codes.json(1KB)
----logo.png(8KB)
----.gitignore(14B)
----index.js(433B)
----package.json(609B)