全部 ApiPost使用 后端 前端 接口测试 IOS Android 数据库 2022 测试技术 工具
问答 / 问答详情

接口生成的java代码中,Request是哪个jar包下面的

ApiPost使用 473次浏览

如图,下面是apipost生成的java代码,其中  Request 和 HttpResponse 分别是哪个包下的,以及对应的版本号可以提供一下吗?

接口生成的java代码中,Request是哪个jar包下面的

| 0 收藏

3 个回答

HttpComponents(HttpClient) 

官网:http://hc.apache.org/



<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>

<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>fluent-hc</artifactId>
</dependency>
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpclient</artifactId>
</dependency>
Apipost 私有化火热进行中

撰写答案

只服务于

前后端、移动端、测试人员

提问题 发布您遇到的Bug和问题,上万名大牛和开发者来帮您解决!