gpt4 book ai didi

java - Apache HttpComponents URIBuilder 具有多值参数

转载 作者:行者123 更新时间:2023-12-01 10:35:24 33 4
gpt4 key购买 nike

我正在尝试向类似于此的端点发送 GET 请求:

  http://{hostname}api/search/artifact?name=junit&repos=snapshot,deploy,release

我有一个带有逗号分隔值的参数(repos)。我正在寻找一种使用 Apache HttpComponents 的 URIBuilder 发送此请求的方法。我尝试构造 NameValuePair (名称[repos]相同,但值不同),但这种格式对于 api 无效。有人可以帮忙吗?

最佳答案

为什么不自己将多个值组合成单个值“快照、部署、发布”。

String.join(",", reposList);

关于java - Apache HttpComponents URIBuilder 具有多值参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34772833/

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