摘要: ​ HttpClientUtil是Java中用于发送HTTP请求的工具类,它是基于Apache HttpClient实现的。下面是一个示例代码: import org.apache.http.HttpEntity; import org.apache.http.client.entity.UrlEn 阅读全文
posted @ 2023-06-04 19:05 CodeWhisperer001 阅读(140) 评论(0) 推荐(0) 编辑
摘要: ​ HttpClientUtil 包含get和post方法。 发送HttpPost或HttpGet请求一共三个步骤: 1、创建CloseableHttpClient对象,用于执行excute方法 2、创建HttpPost或者HttpGet请求对象 3、执行请求,判断返回状态,接收响应对象 publi 阅读全文
posted @ 2023-06-04 18:45 CodeWhisperer001 阅读(145) 评论(0) 推荐(0) 编辑