多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# QQLite.Framework.Tool.OldHttpHelper 类 ## 注释 ~~~ Http请求类 ~~~ ## 语法 ~~~ public class OldHttpHelper ~~~ ## 构造函数 | | 名称 | 说明 | | --- | --- | --- | | | [OldHttpHelper](https://www.kancloud.cn/gxser1986/cqrobot/3016519) | HttpHelper | ## 属性 | | 名称 | 说明 | | --- | --- | --- | | | [Cookies](https://www.kancloud.cn/gxser1986/cqrobot/3016521) | Cookies | | | [StatusCode](https://www.kancloud.cn/gxser1986/cqrobot/3016522) | 状态码 | | | [AllowAutoRedirect](https://www.kancloud.cn/gxser1986/cqrobot/3016523) | 是否跳转后的页面 | | | [Url](https://www.kancloud.cn/gxser1986/cqrobot/3016524) | Url | | | [LastUrl](https://www.kancloud.cn/gxser1986/cqrobot/3016525) | 终止的Url | | | [Referer](https://www.kancloud.cn/gxser1986/cqrobot/3016526) | Referer | | | [Accept](https://www.kancloud.cn/gxser1986/cqrobot/3016527) | Accept | | | [AcceptEncoding](https://www.kancloud.cn/gxser1986/cqrobot/3016528) | AcceptEncoding 'gzip, deflate | | | [AcceptLanguage](https://www.kancloud.cn/gxser1986/cqrobot/3016529) | AcceptLanguage 'zh-CN | | | [ContentType](https://www.kancloud.cn/gxser1986/cqrobot/3016530) | ContentType | | | [KeepAlive](https://www.kancloud.cn/gxser1986/cqrobot/3016531) | KeepAlive | | | [UserAgent](https://www.kancloud.cn/gxser1986/cqrobot/3016532) | UserAgent | | | [PostData](https://www.kancloud.cn/gxser1986/cqrobot/3016533) | 发送数据 | | | [Method](https://www.kancloud.cn/gxser1986/cqrobot/3016534) | 模式 | | | [SetUseUnsafeHeaderParsing](https://www.kancloud.cn/gxser1986/cqrobot/3016535) | 设置UseUnsafeHeaderParsing | | | [Encoding](https://www.kancloud.cn/gxser1986/cqrobot/3016536) | 编码 | | | [ErrMsg](https://www.kancloud.cn/gxser1986/cqrobot/3016537) | 获取错误 | | | [Html](https://www.kancloud.cn/gxser1986/cqrobot/3016538) | 获取结果 | | | [Headers](https://www.kancloud.cn/gxser1986/cqrobot/3016539) | Headers | | | [SetHeaders](https://www.kancloud.cn/gxser1986/cqrobot/3016540) | SetHeaders | ## 方法 | | 名称 | 说明 | | --- | --- | --- | | | [Do](https://www.kancloud.cn/gxser1986/cqrobot/3016542) | 执行访问 | | | [GetStream](https://www.kancloud.cn/gxser1986/cqrobot/3016543) | 获取字符流 |