Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/parse-headers/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/parse-headers/example.js |
var parse = require('./parse-headers') , headers = [ 'Date: Sun, 17 Aug 2014 16:24:52 GMT' , 'Content-Type: text/html; charset=utf-8' , 'Transfer-Encoding: chunked' , 'X-Custom-Header: beep' , 'X-Custom-Header: boop' ].join('\n') console.log(parse(headers))