SILENT KILLERPanel

Current Path: > > lib > node_modules > npm > node_modules > uri-js > dist > esnext > schemes


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/node_modules/npm/node_modules/uri-js/dist/esnext/schemes

NameTypeSizeLast ModifiedActions
http.d.ts File 108 bytes March 10 2021 14:36:39.
http.js File 959 bytes March 10 2021 14:36:39.
http.js.map File 841 bytes March 10 2021 14:36:39.
https.d.ts File 108 bytes March 10 2021 14:36:39.
https.js File 212 bytes March 10 2021 14:36:39.
https.js.map File 312 bytes March 10 2021 14:36:39.
mailto.d.ts File 359 bytes March 10 2021 14:36:39.
mailto.js File 7746 bytes March 10 2021 14:36:39.
mailto.js.map File 7209 bytes March 10 2021 14:36:39.
urn-uuid.d.ts File 279 bytes March 10 2021 14:36:39.
urn-uuid.js File 868 bytes March 10 2021 14:36:39.
urn-uuid.js.map File 832 bytes March 10 2021 14:36:39.
urn.d.ts File 324 bytes March 10 2021 14:36:39.
urn.js File 2050 bytes March 10 2021 14:36:39.
urn.js.map File 1939 bytes March 10 2021 14:36:39.
ws.d.ts File 228 bytes March 10 2021 14:36:39.
ws.js File 1659 bytes March 10 2021 14:36:39.
ws.js.map File 1610 bytes March 10 2021 14:36:39.
wss.d.ts File 108 bytes March 10 2021 14:36:39.
wss.js File 198 bytes March 10 2021 14:36:39.
wss.js.map File 307 bytes March 10 2021 14:36:39.

Reading File: //lib/node_modules/npm/node_modules/uri-js/dist/esnext/schemes/http.js

const handler = {
    scheme: "http",
    domainHost: true,
    parse: function (components, options) {
        //report missing host
        if (!components.host) {
            components.error = components.error || "HTTP URIs must have a host.";
        }
        return components;
    },
    serialize: function (components, options) {
        const secure = String(components.scheme).toLowerCase() === "https";
        //normalize the default port
        if (components.port === (secure ? 443 : 80) || components.port === "") {
            components.port = undefined;
        }
        //normalize the empty path
        if (!components.path) {
            components.path = "/";
        }
        //NOTE: We do not parse query strings for HTTP URIs
        //as WWW Form Url Encoded query strings are part of the HTML4+ spec,
        //and not the HTTP spec.
        return components;
    }
};
export default handler;
//# sourceMappingURL=http.js.map

SILENT KILLER Tool