2023-10-03 11:14:36 +08:00
|
|
|
import http from "./http";
|
|
|
|
const handler = {
|
|
|
|
scheme: "https",
|
|
|
|
domainHost: http.domainHost,
|
|
|
|
parse: http.parse,
|
|
|
|
serialize: http.serialize
|
|
|
|
};
|
|
|
|
export default handler;
|
2023-09-25 15:58:56 +08:00
|
|
|
//# sourceMappingURL=https.js.map
|