Class HttpClientUtil
- java.lang.Object
-
- net.dreamlu.mica.java11.rest.util.HttpClientUtil
-
public class HttpClientUtil extends Object
java11 HttpClient 的一些方法- Author:
- L.cm
-
-
Constructor Summary
Constructors Constructor Description HttpClientUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanallowed(String headerName)判断是否允许传递的 header, java11 下直接会校验报错
-
-
-
Method Detail
-
allowed
public static boolean allowed(String headerName)
判断是否允许传递的 header, java11 下直接会校验报错- Parameters:
headerName- headerName- Returns:
- 是否允许
-
-