????

Your IP : 18.117.194.238


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/parse-headers/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/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))