gpt4 book ai didi

node.js - 是否可以在 nodejs 中创建自定义 http 请求方法

转载 作者:可可西里 更新时间:2023-11-01 17:32:10 26 4
gpt4 key购买 nike

我正在使用 npm request 从 node js 调用外部服务,它的工作原理但是是否可以在 node 中创建自定义请求方法并在 npm request 中使用它。

最佳答案

你可以通过request选择一个方法:

request({
method: 'PUT',
...

或者使用像这样的快捷方式:

request.put(url)

等等

查看更多信息 https://www.npmjs.com/package/request#convenience-methods

关于node.js - 是否可以在 nodejs 中创建自定义 http 请求方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39609742/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com