We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想请教下 URL需要上传多个header 的情况 需要如何处理 自己继承DownloadManager 发现Request 是私有的,无法在子类里面实现 只能在doPivotCall 方法中添加header 或者在DownloadManager 的buildBaseRequest 方法中实现 除了下载源码 下来还有其他的方式么?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
想请教下 URL需要上传多个header 的情况 需要如何处理
自己继承DownloadManager 发现Request 是私有的,无法在子类里面实现 只能在doPivotCall 方法中添加header 或者在DownloadManager 的buildBaseRequest 方法中实现 除了下载源码 下来还有其他的方式么?
The text was updated successfully, but these errors were encountered: