gpt4 book ai didi

java - 分块字段的默认值 - (setChunked)

转载 作者:行者123 更新时间:2023-12-01 19:43:42 26 4
gpt4 key购买 nike

我看到这个:

https://vertx.io/docs/kdoc/vertx/io.vertx.rxjava.core.http/-http-server-response/set-chunked.html

vertx.createHttpServer()
.requestHandler(req -> {

if (req.method() == HttpMethod.GET) {

req.response().setChunked(true);

}
})

我认为默认情况下分块是正确的,但我在文档中找不到默认值。有谁知道默认值是多少?

最佳答案

setChunkedtransfer-encoding header 设置为 chunked

当您使用 write 方法向客户端发送一些内容时,Vert.x 会验证 transfer-encodingcontent-length header 已设置。

关于java - 分块字段的默认值 - (setChunked),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54385330/

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