gpt4 book ai didi

http - 204 无响应应该使用什么内容类型?

转载 作者:可可西里 更新时间:2023-11-01 15:04:29 26 4
gpt4 key购买 nike

在构建 RESTful HTTP 服务时,如果给出的响应为 204 无内容(例如,在消费者发出 DELETE 请求之后),响应应包含什么内容类型?

应该省略吗?是否有首选的内容类型?它应该是对同一资源的 GET 请求的相同内容类型吗?没关系吗?

最佳答案

当你有内容时,你就有了 Content-Type,即使那样它也是可选的:

Any HTTP/1.1 message containing an entity-body SHOULD include a Content-Type header field defining the media type of that body.

(来自 RFC2616, §7.2.1 ,请注意 SHOULD 的使用)。

既然没有内容,那么就没有理由指定Content-Type header。

关于http - 204 无响应应该使用什么内容类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21029351/

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