gpt4 book ai didi

rest - 如何在 Apache Benchmark 中传递多个 header

转载 作者:行者123 更新时间:2023-12-03 09:06:27 26 4
gpt4 key购买 nike

我需要在 Apache benchmark 中传递多个标题.

我已经搜索过 SO 并用谷歌搜索过,但到目前为止还没有运气。

ab -n200 -c100 -H 'clientId:test-client;token:93e6acff-2ef9-4c85-9d0b-c9948a8ee93b' http://127.0.0.1/oauth2/user/client/

最佳答案

ab -n200 -c100 -H "clientId:test-client"-H "token:93e6acff-2ef9-4c85-9d0b-c9948a8ee93b" -v 2 http://127.0.0.1/oauth2/user/client/
-v显示请求头

关于rest - 如何在 Apache Benchmark 中传递多个 header ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29888215/

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