class Main { constructor (send_headers = true) { this.send_headers = send_headers; } } module.exports = Main;