实现类似Retrofit的网络请求框架,底层默认使用OkHttp实现。 支持Get,Post,Header,Param,ParamMap,FileParam。 支持动态替换url,param,header等。 默认支持FastJson,Gson解析。
-
Notifications
You must be signed in to change notification settings - Fork 0
实现类似Retrofit的网络请求框架,底层默认使用OkHttp实现。支持Get,Post,注解参数,动态替换url,param,header等。支持FastJson,Gson解析。
License
atinysix/Invoker
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
实现类似Retrofit的网络请求框架,底层默认使用OkHttp实现。支持Get,Post,注解参数,动态替换url,param,header等。支持FastJson,Gson解析。