1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-05-05 15:26:48 +08:00

9 lines
220 B
JavaScript
Raw Normal View History

2019-06-26 21:12:00 -04:00
import http from "./http";
const handler = {
scheme: "https",
domainHost: http.domainHost,
parse: http.parse,
serialize: http.serialize
};
export default handler;
//# sourceMappingURL=https.js.map