gpt4 book ai didi

c++ - Xpost 在 C++ 中使用 libcurl

转载 作者:行者123 更新时间:2023-11-30 05:44:41 25 4
gpt4 key购买 nike

我目前在 bash 中使用 curl 并且有这样的东西:

cat req
{ "index" : { "_index": "override", "_type" : "type1", "_id" : "1" } }
{ "field1" : "value1" }
curl -XPOST localhost:80/testing/_bulk --data-binary @req

但是我现在正在构建一个 C++ 程序,并且我正在尝试实现相同的目标。我似乎找不到任何 C++ 示例来执行“xpost”,但我找到了声称可以发布的代码:

http://curl.haxx.se/libcurl/c/postit2.html

这是正确的方法还是我又找错了树?如果是,谁能给我一个正确方向的提示。

最佳答案

没有“xpost”这样的东西,查看简单的post 示例http://curl.haxx.se/libcurl/c/simplepost.html

关于c++ - Xpost 在 C++ 中使用 libcurl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29672851/

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