gpt4 book ai didi

clojure - 使用 clj-http 传递多个查询参数值

转载 作者:行者123 更新时间:2023-12-02 17:13:45 26 4
gpt4 key购买 nike

我需要向外部服务 (Twilio) 发出 Web 请求,并为同一参数指定多个值,例如

GET /some-url?status=1&status=2&status=3

我如何告诉 clj-http 像这样对请求进行编码?

最佳答案

您可以在 sequential 内放入 :query-param 值的多个值:

(client/get
"http://yoursite.com/some-url"
{:query-params {"status" [1 2 3]}
:debug true})

关于clojure - 使用 clj-http 传递多个查询参数值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38376980/

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