- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在使用 Spring 5 响应式(Reactive) API 时,我遇到了已弃用的 MediaType APPLICATION_STREAM_JSON_VALUE,当使用它以一种流的方式显示来自 GET REST 端点的值时,它会在值出现在浏览器上时显示它们。但截至今天,文档指出它已被 APPLICATION_NDJSON_VALUE 取代,如下文所述:
APPLICATION_STREAM_JSON_VALUE Deprecated. as of 5.3 since itoriginates from the W3C Activity Streams specification which has amore specific purpose and has been since replaced with a differentmime type. Use APPLICATION_NDJSON as a replacement or any otherline-delimited JSON format (e.g. JSON Lines, JSON Text Sequences).
最佳答案
But does that in any way impact the streaming behaviour or is it exactly the same?
Content-Disposition: inline
header - 但就我个人而言,我只是忽略浏览器的行为,并使用更适合该工作的工具(例如 curl)来使用它。
关于java - APPLICATION_STREAM_JSON_VALUE 和 APPLICATION_NDJSON_VALUE 的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66614001/
在使用 Spring 5 响应式(Reactive) API 时,我遇到了已弃用的 MediaType APPLICATION_STREAM_JSON_VALUE,当使用它以一种流的方式显示来自 GE
我是一名优秀的程序员,十分优秀!