Android代码-Android HTTP网络请求操作库

时间:2022-08-25 23:11:53
【文件属性】:

文件名称:Android代码-Android HTTP网络请求操作库

文件大小:257KB

文件格式:ZIP

更新时间:2022-08-25 23:11:53

Android代码

NetRequest This lightweight library makes it easy to use HTTP requests. Although the purpose is to make the use of Json data easy, it also allows to retrieve the server response using other formats, XML and TEXT. This library is available under the MIT License. Usage The NetRequet library is available from JitPack. First add JitPack dependency line in your project build.gradle file: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } And then simply


网友评论