ags
This commit is contained in:
parent
eddf7cecb8
commit
aea798d119
16631 changed files with 1480363 additions and 257 deletions
9
home/ags/node_modules/uri-js/dist/esnext/schemes/https.js
generated
vendored
Executable file
9
home/ags/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