mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-01-24 05:42:06 +08:00
🎨 #3824 【基础架构】升级到 Apache HttpClient 5.x 作为默认 HTTP 客户端
This commit is contained in:
@@ -8,7 +8,7 @@ package com.binarywang.spring.starter.wxjava.miniapp.enums;
|
||||
*/
|
||||
public enum HttpClientType {
|
||||
/**
|
||||
* HttpClient.
|
||||
* HttpClient (Apache HttpClient 4.x).
|
||||
*/
|
||||
HttpClient,
|
||||
/**
|
||||
@@ -19,4 +19,8 @@ public enum HttpClientType {
|
||||
* JoddHttp.
|
||||
*/
|
||||
JoddHttp,
|
||||
/**
|
||||
* HttpComponents (Apache HttpClient 5.x).
|
||||
*/
|
||||
HttpComponents,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user