gpt4 book ai didi

ruby-on-rails - Rails 渲染头与状态

转载 作者:行者123 更新时间:2023-12-04 00:51:37 25 4
gpt4 key购买 nike

render head :ok 和有什么区别与 render status :ok在 Rails 中?他们都作为标题返回,对吗?

最佳答案

真的没有区别。 Rails doc这么说 head :

The head method can be used to send responses with only headers to the browser. The head method accepts a number or symbol (see reference table) representing an HTTP status code


head :ok将渲染设置为仅返回状态为 200 的 header 。

它只是 render nothing: true, status: :ok 的简写。 .

Rails 5 也可以 head :no_content默认情况下,当您没有为操作定义模板时

关于ruby-on-rails - Rails 渲染头与状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46995501/

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