UNPKG

midnight

Version:

Web framework for building modern web applications

9 lines (8 loc) 149 B
module.exports = { get: function(key) { return this.headers[key]; }, content: function() { return this.headers["Content-Type"]; } };