是否可以更改 HTTP 客户端超时时间 (cpp-netlib)?

Is it possible to alter the HTTP client timeout period (cpp-netlib)?

我正在使用 cpp-netlib (v0.11.0) 发送 HTTP 请求。

我想知道在发送 HTTP POST 请求时是否可以更改超时期限。

我正在 运行 一些单元测试,其中一个单元测试将 HTTP 请求发送到没有服务器 运行 的地址。大约 90 秒后尝试从响应中提取信息超时并出现错误 "Operation timed out".

当调用 client class 的构造函数时,您可以传递一个选项 class,您可以在其中设置超时。请参阅 the docs for the client class constructors(然后向下滚动一点)以获取更具体的信息。