proxy-protocol-js
Version:
A PROXY protocol builder and parser for JavaScript
38 lines • 4.3 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProxyProtocolIdentifier = exports.ProxyProtocolVersion = exports.V2ProxyProtocolParseError = exports.V2ProxyProtocol = exports.IPv4ProxyAddress = exports.IPv4Address = exports.IPv6ProxyAddress = exports.IPv6Address = exports.UnspecProxyAddress = exports.UnixProxyAddress = exports.UnixAddress = exports.Command = exports.TransportProtocol = exports.AddressFamilyType = exports.AddressFamily = exports.V1ProxyProtocolParseError = exports.V1ProxyProtocol = exports.V1BinaryProxyProtocol = exports.Peer = exports.INETProtocol = void 0;
var INETProtocol_1 = require("./v1/enum/INETProtocol");
Object.defineProperty(exports, "INETProtocol", { enumerable: true, get: function () { return INETProtocol_1.INETProtocol; } });
var Peer_1 = require("./v1/Peer");
Object.defineProperty(exports, "Peer", { enumerable: true, get: function () { return Peer_1.Peer; } });
var V1BinaryProxyProtocol_1 = require("./v1/V1BinaryProxyProtocol");
Object.defineProperty(exports, "V1BinaryProxyProtocol", { enumerable: true, get: function () { return V1BinaryProxyProtocol_1.V1BinaryProxyProtocol; } });
var V1ProxyProtocol_1 = require("./v1/V1ProxyProtocol");
Object.defineProperty(exports, "V1ProxyProtocol", { enumerable: true, get: function () { return V1ProxyProtocol_1.V1ProxyProtocol; } });
Object.defineProperty(exports, "V1ProxyProtocolParseError", { enumerable: true, get: function () { return V1ProxyProtocol_1.V1ProxyProtocolParseError; } });
var AddressFamily_1 = require("./v2/enum/AddressFamily");
Object.defineProperty(exports, "AddressFamily", { enumerable: true, get: function () { return AddressFamily_1.AddressFamily; } });
Object.defineProperty(exports, "AddressFamilyType", { enumerable: true, get: function () { return AddressFamily_1.AddressFamilyType; } });
var TransportProtocol_1 = require("./v2/enum/TransportProtocol");
Object.defineProperty(exports, "TransportProtocol", { enumerable: true, get: function () { return TransportProtocol_1.TransportProtocol; } });
var Command_1 = require("./v2/enum/Command");
Object.defineProperty(exports, "Command", { enumerable: true, get: function () { return Command_1.Command; } });
var UnixProxyAddress_1 = require("./v2/proxy_address/UnixProxyAddress");
Object.defineProperty(exports, "UnixAddress", { enumerable: true, get: function () { return UnixProxyAddress_1.UnixAddress; } });
Object.defineProperty(exports, "UnixProxyAddress", { enumerable: true, get: function () { return UnixProxyAddress_1.UnixProxyAddress; } });
var UnspecProxyAddress_1 = require("./v2/proxy_address/UnspecProxyAddress");
Object.defineProperty(exports, "UnspecProxyAddress", { enumerable: true, get: function () { return UnspecProxyAddress_1.UnspecProxyAddress; } });
var IPv6ProxyAddress_1 = require("./v2/proxy_address/IPv6ProxyAddress");
Object.defineProperty(exports, "IPv6Address", { enumerable: true, get: function () { return IPv6ProxyAddress_1.IPv6Address; } });
Object.defineProperty(exports, "IPv6ProxyAddress", { enumerable: true, get: function () { return IPv6ProxyAddress_1.IPv6ProxyAddress; } });
var IPv4ProxyAddress_1 = require("./v2/proxy_address/IPv4ProxyAddress");
Object.defineProperty(exports, "IPv4Address", { enumerable: true, get: function () { return IPv4ProxyAddress_1.IPv4Address; } });
Object.defineProperty(exports, "IPv4ProxyAddress", { enumerable: true, get: function () { return IPv4ProxyAddress_1.IPv4ProxyAddress; } });
var V2ProxyProtocol_1 = require("./v2/V2ProxyProtocol");
Object.defineProperty(exports, "V2ProxyProtocol", { enumerable: true, get: function () { return V2ProxyProtocol_1.V2ProxyProtocol; } });
Object.defineProperty(exports, "V2ProxyProtocolParseError", { enumerable: true, get: function () { return V2ProxyProtocol_1.V2ProxyProtocolParseError; } });
var ProxyProtocolVersion_1 = require("./ProxyProtocolVersion");
Object.defineProperty(exports, "ProxyProtocolVersion", { enumerable: true, get: function () { return ProxyProtocolVersion_1.ProxyProtocolVersion; } });
var ProxyProtocolIdentifier_1 = require("./ProxyProtocolIdentifier");
Object.defineProperty(exports, "ProxyProtocolIdentifier", { enumerable: true, get: function () { return ProxyProtocolIdentifier_1.ProxyProtocolIdentifier; } });
//# sourceMappingURL=proxy-protocol.js.map
;