UNPKG

@incdevco/framework

Version:
15 lines (8 loc) 162 B
class Response { constructor(config) { this.body = {}; this.headers = {}; this.statusCode = 200; } } module.exports = Response;