程序包 cn.godmao.utils

类 HttpUtil

java.lang.Object
cn.hutool.http.HttpUtil
cn.godmao.utils.HttpUtil

public class HttpUtil extends cn.hutool.http.HttpUtil
  • 字段概要

    从类继承的字段 cn.hutool.http.HttpUtil

    CHARSET_PATTERN, META_CHARSET_PATTERN
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static String
    readData(BufferedReader bufferedReader)
     

    从类继承的方法 cn.hutool.http.HttpUtil

    buildBasicAuth, closeCookie, createGet, createGet, createPost, createRequest, createServer, decodeParamMap, decodeParams, decodeParams, decodeParams, decodeParams, download, download, downloadBytes, downloadFile, downloadFile, downloadFile, downloadFile, downloadFile, downloadFileFromUrl, downloadFileFromUrl, downloadFileFromUrl, downloadFileFromUrl, downloadFileFromUrl, downloadString, downloadString, downloadString, encodeParams, get, get, get, get, get, getCharset, getCharset, getContentTypeByRequestBody, getMimeType, getMimeType, getString, getString, isHttp, isHttps, normalizeParams, post, post, post, post, toParams, toParams, toParams, toParams, urlWithForm, urlWithForm

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • HttpUtil

      public HttpUtil()
  • 方法详细资料