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
options.streaming
.get*()
我在做一个 OSS 命令行工具,希望 get 文件的时候能够获取进度信息,目前 yield store.get() 要等到请求处理完才返回。看代码发现 urllib 支持 streaming,感觉能传这个参数就可以。
get
yield store.get()
可否考虑支持?
The text was updated successfully, but these errors were encountered:
你提供一下你预期的使用代码示例?
Sorry, something went wrong.
嗯呐…… 前两周没在写这个,这周找时间弄一下
expired
No branches or pull requests
我在做一个 OSS 命令行工具,希望
get
文件的时候能够获取进度信息,目前yield store.get()
要等到请求处理完才返回。看代码发现 urllib 支持 streaming,感觉能传这个参数就可以。可否考虑支持?
The text was updated successfully, but these errors were encountered: