9_7_HttpRequest
2015-09-07 19:36:38 5 举报
9_7_HttpRequest是一个用于发送HTTP请求的类,它提供了一种简单而有效的方式来与Web服务器进行通信。通过使用这个类,你可以发送GET、POST、PUT、DELETE等不同类型的HTTP请求,并获取服务器返回的响应数据。这个类通常用于编写网络爬虫、API调用等程序中,可以帮助你轻松地从网页或API接口中提取所需的信息。在使用9_7_HttpRequest时,你需要提供目标URL、请求方法、请求头和请求体等参数,然后调用相应的方法来发送请求并处理响应。总之,9_7_HttpRequest是一个功能强大且易于使用的HTTP请求库,可以帮助你快速实现各种网络通信需求。
作者其他创作
大纲/内容
WeatherSdkLoader(真正去请求了)
+ mLocator:LocationProvider+ mCbList:List- attribute3:type
+ operation1(params):returnType- operation2(params)- operation3()
WeatherResourceLoader
+ mPolicy:WeatherResourceLoaderPolicy+ sLoader:WeatherSdkLoader+ mWeatherDataCache:WeatherDataCache
- doLoad()- internalLoad()- load()
WeatherResourceLoaderPolicy(数据存储)
WeatherDataCache
+ attribute1:type = defaultValue+ attribute2:type- attribute3:type
IWeatherResourceLoaderCallback
- onLoading*(- operation2(params)- operation3()
IWeatherView(屏幕上的几个天气相关的view)
- onLoading()- onLoadSucceed(WeatherDataContainer)- onLoadFailed()
WeatherControl
mView:IWeatherViewmResourceLoader:WeatherResourceLoadermLoaderPolicy:WeatherResourceLoaderPolicymCache: WeatherLoadCachemSucceedTimer:TimermFailedTimer:Timer
- loadWeatherData(forced)- loadFromCache()
0 条评论
回复 删除
下一页