okhttp supports custom protocols. Optimize code

This commit is contained in:
小魏,小魏,我们要去哪里呀
2023-02-03 19:34:51 +08:00
parent 27f6c382eb
commit 323657bc96

View File

@@ -17,6 +17,7 @@
package org.springframework.cloud.openfeign;
import java.lang.reflect.Field;
import javax.net.ssl.HostnameVerifier;
import okhttp3.OkHttpClient;