Uses of Class
me.zhyd.oauth.utils.HttpUtils
Packages that use HttpUtils
-
Uses of HttpUtils in me.zhyd.oauth.utils
Methods in me.zhyd.oauth.utils that return HttpUtilsModifier and TypeMethodDescriptionGET 请求HttpUtils.get(String url, Map<String, String> params, com.xkcoding.http.support.HttpHeader header, boolean encode) GET 请求POST 请求POST 请求POST 请求POST 请求HttpUtils.post(String url, Map<String, String> params, com.xkcoding.http.support.HttpHeader header, boolean encode) POST 请求