DEP0171:适用于 http.IncomingMessage 标头和标尾的设置器
¥DEP0171: Setters for http.IncomingMessage
headers and trailers
类型:仅文档
¥Type: Documentation-only
在 Node.js 的未来版本中,message.headers
、message.headersDistinct
、message.trailers
和 message.trailersDistinct
将是只读的。
¥In a future version of Node.js, message.headers
,
message.headersDistinct
, message.trailers
, and
message.trailersDistinct
will be read-only.