java.lang.Object
com.tlcsdm.core.util.HttpUtil
- 作者:
- unknowIfGuestInDream
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static voidbuildHeader(Map<String, String> header, HttpRequest.Builder builder) static HttpResponse<String> DELETE请求.static HttpResponse<String> get请求.static HttpResponse<String> HEAD请求.static HttpResponse<String> PATCH请求.static HttpResponse<String> post请求.static HttpResponse<String> form表单.static HttpResponse<String> PUT请求.private static HttpResponse<String> execute(HttpRequest.Builder builder, Charset charset)