方法说明:
该棒法用来将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();
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com
暂无“node.js中的http.response.addTrailers方法使用说明”评论...