lark icon indicating copy to clipboard operation
lark copied to clipboard

FileDownload api no need read all response

Open chyroc opened this issue 3 years ago • 1 comments

show return http response body

simple code

resp = http.Do()

return {
  body: resp.Body
}

chyroc avatar Feb 22 '22 08:02 chyroc

🙏, thanks for your issue.

github-actions[bot] avatar Feb 22 '22 08:02 github-actions[bot]

为了避免 resp.Body 无法被及时的 close,这个 issue 不需要实现,关闭。

chyroc avatar Jan 29 '23 02:01 chyroc