gpt4 book ai didi

java - HttpClient 4.1,InputStreamEntity,自动计算长度

转载 作者:行者123 更新时间:2023-12-02 08:23:14 25 4
gpt4 key购买 nike

HttpClient 3.1我们有

InputStreamRequestEntity.CONTENT_LENGTH_AUTO
// The content length will be calculated automatically.

如何在 4.1 中为 InputStreamEntity 实现相同的效果?

最佳答案

如果处理 HTTP 1.1,则可以将 -1 作为长度。它将切换到(更有效的)分块编码,您不必显式指定内容长度;另外,您还可以获得其他好处。

您可以查看http://en.wikipedia.org/wiki/Chunked_transfer_encoding有关分块编码的更多详细信息。

关于java - HttpClient 4.1,InputStreamEntity,自动计算长度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5061744/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com