-
Notifications
You must be signed in to change notification settings - Fork 6
Home
AllenXiao1994 edited this page Mar 10, 2020
·
23 revisions
oksimple是一个对okhttp进行二次封装的网络请求库,简单易用,扩展性强,基于okhttp4.X版本和kotlin。
单独使用okhttp,每个请求你都需要编写request,处理callback,编码量太大。而使用retrofit,你又需要写太多的接口。而相对于目前现有的其他一些网络请求框架,oksimple对开发者更加友好。因为很多网络请求框架内部有很多复杂的逻辑,但这些未必适合每个人。oksimple选择尽可能的暴露okhttp原有接口与参数。扩展性更强且便于使用。