backflow
backflow
For example i have a class : ```java public class ControllerTest { @ClassRule public static HoverflyRule hoverflyRule = HoverflyRule.inCaptureMode("simulation.json"); @Test public void reqeustOne() { httpClient.get('/url_one') } @Test public void reqeustTwo()...
refactor: HttpClient 线程安全, 可以全局复用. 见文档: https://hc.apache.org/httpcomponents-client-ga/tutorial/html/fundamentals.html#d5e213 也可以在初始化 `WxClient` 前通过 `setDefaultHttpClient` 指定自定义的 HttpClient. 例如集成`hoverfly-java`进行单元测试时, 通过`HttpClients.createSystem()`创建遵循系统代理设置的 `httpclient` 对微信接口返回数据进行自动 mock.
如题, CFW 急需一个功能!