如何在 Locust 中为 FastHTTPUser 方法配置代理

时间:2021-01-27 04:33:22

标签: locust fasthttp

如何在 Locust 中为 FastHTTPUser 方法配置代理。 它适用于下面给出的 HTTPUser 方法,但同样不适用于 FastHTTPUser 方法。

proxies = {
          "http": "my.company.cmm:80",
          "https": "my.company.com:443",
    }
    
self.get.client(url, proxies=proxies)

如何在 FastHTTPUser 中验证相同的代理方式

1 个答案:

答案 0 :(得分:0)

对不起。 FastHTTPUser 客户端不支持代理以及仅在基于请求的 HTTPUser 中可用的其他功能