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中添加信息等等情况有相应的处理方法吗?我使用MultiBuilder.addHeaderWithUrl()添加头,但是不起作用,探测文件一直是失败的
The text was updated successfully, but these errors were encountered:
我也是 啊 ,添加Header不成功。请问你怎么解决的
Sorry, something went wrong.
DownloadConfiguration.Builder builder = new DownloadConfiguration.Builder(); builder.addHeader("key", "value"); FileDownloader.start(url, builder.build());
No branches or pull requests
对于受限制的下载资源,例如url需要添加登陆信息,在header中添加信息等等情况有相应的处理方法吗?我使用MultiBuilder.addHeaderWithUrl()添加头,但是不起作用,探测文件一直是失败的
The text was updated successfully, but these errors were encountered: