request-info:获取有关 http 请求的信息

时间:2024-08-24 16:05:33
【文件属性】:

文件名称:request-info:获取有关 http 请求的信息

文件大小:11KB

文件格式:ZIP

更新时间:2024-08-24 16:05:33

JavaScript

请求信息 获取有关 http 请求的信息。 请考虑关注此项目的作者 ,并考虑为该项目加星以展示您的 :red_heart: 和支持。 安装 使用安装(需要 >=0.10.0): $ npm install --save request-info 用法 const info = require ( 'request-info' ) ; const express = require ( 'express' ) ; const app = express ( ) ; app . get ( '/' , ( req , res ) => { console . log ( info ( req ) ) ; // see below for details } ) ; 应用程序接口 参数 req {Object} : http 请求对象(来自 http 或 express) returns {Obje


【文件预览】:
request-info-master
----.eslintrc.json(4KB)
----.gitattributes(12B)
----.github()
--------FUNDING.yml(63B)
--------CONTRIBUTING.md(4KB)
--------workflows()
----.verb.md(366B)
----test.js(672B)
----LICENSE(1KB)
----README.md(4KB)
----.editorconfig(171B)
----.gitignore(145B)
----index.js(3KB)
----package.json(1KB)

网友评论