gpt4 book ai didi

postman - 如何将 Webflux 流检查到 Postman

转载 作者:行者123 更新时间:2023-12-04 17:34:59 26 4
gpt4 key购买 nike

我已经创建了 webflux 应用程序并且它正在生成流。

@GetMapping(value = "/stream/tweets", produces = MediaType.TEXT_EVENT_STREAM_VALUE)
public Flux<Tweet> streamAllTweets() {
return tweetRepository.findAll();
}

现在的问题是 Postman 不支持 contentType“text/event-stream”,如果不刷新就无法看到流。

如何在 postman 或任何其他工具中检查流

enter image description here

最佳答案

请在 postman header 中使用 Content-Type: "application/stream+json"而不是 "text/event-stream"。

关于postman - 如何将 Webflux 流检查到 Postman,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57033511/

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