UNPKG

@xmt/server-framework

Version:

Backend Server Framework of XmT Inc.

12 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.requestProto = { xmt_getIP: function () { return { remoteAddress: this.socket.remoteAddress, remoteFamily: this.socket.remoteFamily, remotePort: this.socket.remotePort }; } }; //# sourceMappingURL=request.js.map