????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/passport-jwt/test/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/passport-jwt/test/mock_request.js |
/** A mock Request for testing jwt extractor functions */ function Request() { this.method = 'GET'; this.url = '/'; this.headers = {}; } module.exports = Request;