gpt4 book ai didi

json - Node.js 使用 Json-Body 发送 Get-Request

转载 作者:太空宇宙 更新时间:2023-11-04 02:25:09 25 4
gpt4 key购买 nike

我正在使用 Node.js,需要发送一个在正文中包含 Json 消息的 get 请求。

request = require('request-json');    
var client = request.createClient('http://ip');
client.get('/url', jsondata, function(err, res, body) {...

似乎没有发送任何 body 数据。

有什么管理的想法吗?

最佳答案

您可以尝试:https://github.com/request/request 。这样您就可以执行 request.getrequest.post

关于json - Node.js 使用 Json-Body 发送 Get-Request,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30921082/

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