mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 17:09:30 +08:00
9 lines
No EOL
212 B
Text
Executable file
9 lines
No EOL
212 B
Text
Executable file
import http from "./http";
|
|
const handler = {
|
|
scheme: "https",
|
|
domainHost: http.domainHost,
|
|
parse: http.parse,
|
|
serialize: http.serialize
|
|
};
|
|
export default handler;
|
|
//# sourceMappingURL=https.js.map |