it('should response when matching header and URL is found', function (done) {
        chai.request("http://localhost:9999")
            .get('/stubs/header')
            .set("custom","Custom")
            .then(res => {