文件名称:HttpHelper:一个假装封装好的网络请求类+json解析库
文件大小:143KB
文件格式:ZIP
更新时间:2024-06-06 08:02:28
Java
HttpHelper
一个假装封装好的网络请求类+json解析库
使用方式
建立一个helper对象
HttpHelper helper = new HttpHelper.set().url("请求的地址").bulid();
默认请求方式为GET
若更改POST在之中添加mode("POST")
并在其中添加param()加入要上传的参数
默认连接超时为10s,读取超时为5s
更改分别通过readTO和connectTO实现,设置时间单位为s
获取response对象中的Callback拿取结果
new Response.from(helper).to(构造的对象.class).get(new Callback
【文件预览】:
HttpHelper-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(726B)
----app()
--------proguard-rules.pro(751B)
--------src()
--------.gitignore(7B)
--------build.gradle(876B)
----gradle()
--------wrapper()
----.idea()
--------caches()
--------codeStyles()
--------gradle.xml(626B)
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
----.gitignore(137B)
----README.md(1KB)
----settings.gradle(15B)
----build.gradle(546B)