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