Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
考虑一个获得以下响应的 HTTP 请求:
405 Method Not Allowed Content-Length: 0
这样的内容类型应该是什么?
text/plain
text/html
您没有任何内容,因此我根本不会设置 a Content-Type。如果您发现这会给客户带来问题(老实说,这似乎不太可能),我可能会选择text/plain- 绝对不是text/html,因为您的“空内容”不是HTML 文档。
Content-Type