2021-02-26 03:58:33 +00:00
|
|
|
import http from "./http";
|
|
|
|
const handler = {
|
|
|
|
scheme: "https",
|
|
|
|
domainHost: http.domainHost,
|
|
|
|
parse: http.parse,
|
|
|
|
serialize: http.serialize
|
|
|
|
};
|
|
|
|
export default handler;
|
2020-08-25 23:57:08 +00:00
|
|
|
//# sourceMappingURL=https.js.map
|