Files
Domen Kožar 08403cd828 v5
2019-11-13 17:14:48 +01:00

9 lines
220 B
JavaScript

import http from "./http";
const handler = {
scheme: "https",
domainHost: http.domainHost,
parse: http.parse,
serialize: http.serialize
};
export default handler;
//# sourceMappingURL=https.js.map