UNPKG

@incdevco/framework

Version:
15 lines (10 loc) 221 B
function Response() { 'use strict'; this.body = {}; this.headers = { 'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json' }; this.statusCode = 200; } module.exports = Response;