Commit 78744f2a authored by 郝聪敏's avatar 郝聪敏

option添加time参数

parent 774dd113
......@@ -30,6 +30,7 @@ module.exports = function (options) {
const curlDefault = {
followRedirect: false,
json: true,
time: true,
timeout: options.timeout
}
......@@ -43,6 +44,7 @@ module.exports = function (options) {
}
const pipeDefault = {
time: true,
timeout: options.timeout
}
......
{
"name": "request-proxy",
"version": "1.2.3",
"version": "1.2.4",
"description": "",
"main": "index.js",
"scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment