Skip to main content

Module request_executor

Module request_executor 

Source
Expand description

HTTP 请求执行器抽象。

对应 Java me.chanjar.weixin.common.util.http.RequestExecutor

Traits§

RequestExecutor
HTTP 请求执行器策略。
ResponseHandler
HTTP 响应处理器(对应 Java ResponseHandler<T>)。