-
Notifications
You must be signed in to change notification settings - Fork 207
Http.ag
xu_whale edited this page Sep 7, 2020
·
1 revision
网络请求工具类
Http() 创建Http实例对象,用于网络请求
setBaseUrl(string baseURL)
配置根地址,可以避免每次都拼接重复的基础地址
addCachePolicyFilterKey(string filterKey)
为缓存策略添加过滤参数
发起GET请求
发起POST请求
下载数据请求
上传数据请求