????

Your IP : 3.141.24.158


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/passport-jwt/test/
Upload File :
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;