Skip to content

v1.0.0 Release

Compare
Choose a tag to compare
@KenChoi1992 KenChoi1992 released this 26 Dec 02:31
· 174 commits to master since this release

New Feature

  • 新增 NettyHttpClient,用以解决多线程中请求超时问题

用法:

NettyHttpClient client = new NettyHttpClient(authCode, proxy, ClientConfig.getInstance());

发送请求方式和之前一样,新增异步方式,详细的方式请看 ReadMe。