gpt4 book ai didi

json - 在 http-prompt 中使用 httpie 发送原始正文

转载 作者:可可西里 更新时间:2023-11-01 15:28:53 24 4
gpt4 key购买 nike

HTTPie 使用 stdin 填充请求的主体,因此很容易使用 echo '{...}' | 发送原始文本或 JSON | http POST example.com 喜欢这里:Sending nested JSON object using HTTPie .

http-prompt是一个方便的 http CLI 接口(interface),它允许像这样设置主体参数:

> user=foo

或者在原始 JSON 中:

> user:=foo

在发送时将正文设置为 {"user": "foo"}

但是我怎样才能将字符串 {"user": "foo"} 直接作为正文发送呢?

  1. 作为文本,如 echo '{"user": "foo"}' | http POST http://example.com
  2. 作为一个文件,如 curl --data '@/path/to/file' http://example.com

最佳答案

自 2018 年 5 月 17 日起:无法使用 http-prompt 完成此操作。有一个 open Github issue关于这个。

关于json - 在 http-prompt 中使用 httpie 发送原始正文,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47484790/

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