test('match by string', function (done) {
    const req = new http.IncomingMessage()

    body({ match: 'hello world' })(req, null, next)