rust菜鸟 发表于 2018-11-02 09:33
Tags:hyper,timeout,get,post
问题如标题?那位大神给个可以用的demo,网上找的别人的都没用起,报各种问题!
还有另外一种解法,利用 tokio 的 timer 去处理超时问题,示例代码: https://github.com/cryptape/cita/blob/develop/cita-network/src/connection.rs#L139:L146
给你个 api 地址,自己去写吧:
https://docs.rs/hyper/0.12.13/hyper/client/struct.Builder.html#method.keep_alive_timeout
评论区
写评论还有另外一种解法,利用 tokio 的 timer 去处理超时问题,示例代码: https://github.com/cryptape/cita/blob/develop/cita-network/src/connection.rs#L139:L146
给你个 api 地址,自己去写吧:
https://docs.rs/hyper/0.12.13/hyper/client/struct.Builder.html#method.keep_alive_timeout