Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
9
node_modules/uri-js/dist/esnext/schemes/https.js
generated
vendored
Executable file
9
node_modules/uri-js/dist/esnext/schemes/https.js
generated
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
import http from "./http";
|
||||
const handler = {
|
||||
scheme: "https",
|
||||
domainHost: http.domainHost,
|
||||
parse: http.parse,
|
||||
serialize: http.serialize
|
||||
};
|
||||
export default handler;
|
||||
//# sourceMappingURL=https.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue