gpt4 book ai didi

node.js - Node http Headers 和 rawHeaders 之间的不同

转载 作者:太空宇宙 更新时间:2023-11-03 23:00:12 25 4
gpt4 key购买 nike

我在http请求架构中没有找到任何原始 header 。那么它是从哪里来的。我在网上搜索了一下,但没有找到任何有用的内容。

最佳答案

原始标题 https://nodejs.org/api/http.html#http_message_rawheaders

  • 与收到时一模一样。
  • header 名称不为小写。
  • 不会合并重复项。

标题 https://nodejs.org/api/http.html#http_message_headers

  • header 名称采用小写形式。
  • 合并重复项。

关于node.js - Node http Headers 和 rawHeaders 之间的不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50313932/

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