json(code = 200, body = '', done) {
        body = JSON.stringify(body);
        let headers = {
            'Content-Type': 'application/json; charset=utf-8',
            'Content-Length': Buffer.byteLength(body)