网络编程 
首页 > 网络编程 > 浏览文章

node.js中的http.response.addTrailers方法使用说明

(编辑:jimmy 日期: 2025/5/11 浏览:3 次 )

方法说明:

该棒法用来将HTTP trailing响应头添加到消息尾部。

语法:

复制代码 代码如下:
response.addTrailers(headers)

接收参数:

headers          响应头信息

例子:

复制代码 代码如下:
response.writeHead(200, { 'Content-Type': 'text/plain',   'Trailer': 'Content-MD5' });
response.write(fileData);
response.addTrailers({'Content-MD5': "7895bf4b8828b55ceaf47747b4bca667"});
response.end();

上一篇:node.js中的fs.writeFileSync方法使用说明
下一篇:node.js中的http.response.writeHead方法使用说明
一句话新闻
Windows上运行安卓你用过了吗
在去年的5月23日,借助Intel Bridge Technology以及Intel Celadon两项技术的驱动,Intel为PC用户带来了Android On Windows(AOW)平台,并携手国内软件公司腾讯共同推出了腾讯应用宝电脑版,将Windows与安卓两大生态进行了融合,PC的使用体验随即被带入到了一个全新的阶段。
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网 网站地图 SiteMap