UNPKG

headary

Version:

Summarize basic HTTP status codes and headers

8 lines (6 loc) 152 B
const http = require('http') const headary = require('./') http.get('http://google.com/hello', (res) => { const h = headary(res) console.log(h) })