文件名称:Android代码-基于Volley、OKHTTP的Rest API请求框架
文件大小:551KB
文件格式:ZIP
更新时间:2022-08-25 21:27:16
Android代码
RestVolley A http request engine based on Volley and OkHttp, giving up Apache HttpClient request. supports image loading, restful api requesting, and file downloading. READ MORE Dependency binary on jcenter dependency with Gradle: compile 'com.hujiang.restvolley:restvolley:1.0.11' Functions Restful API request RestVolley make restful API requesting conveniently.It support the most http method request, such as GET,HEAD,POST,DELETE,OPTIONS,PATCH,PUT,TRACE. || GET | POST | DELETE | PUT | HEAD |