gpt4 book ai didi

ubuntu - 使用 curl 发布数据时打印响应内容主体

转载 作者:太空宇宙 更新时间:2023-11-03 16:42:01 25 4
gpt4 key购买 nike

我在 ubuntu 上使用下面的命令:

curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"foo":"bar"}'  http://localhost:8888/

以下是收到的回复:

< HTTP/1.1 200 OK
< Content-Length: 3
< Content-Type: text/html; charset=UTF-8
< Server: TornadoServer/2.1
<
* Connection #0 to host localhost left intact
* Closing connection #0

所以我的问题是;如何使用 curl 发布并打印出响应内容正文?

最佳答案

这个命令终于对我有用了:

curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"id":100}' http://localhost/api/postJsonReader.do

关于ubuntu - 使用 curl 发布数据时打印响应内容主体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7870138/

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